Index: head/devel/rubygem-rugged/Makefile =================================================================== --- head/devel/rubygem-rugged/Makefile (revision 471314) +++ head/devel/rubygem-rugged/Makefile (revision 471315) @@ -1,25 +1,24 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= rugged PORTVERSION= 0.27.1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Rugged is a Ruby binding to the libgit2 linkable library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= cmake:devel/cmake \ - libgit2>=${PORTVERSION:R}:devel/libgit2 +BUILD_DEPENDS= libgit2>=${PORTVERSION:R}:devel/libgit2 LIB_DEPENDS= libgit2.so:devel/libgit2 \ libgmp.so:math/gmp \ libunwind.so:devel/libunwind CONFIGURE_ARGS= --use-system-libraries USE_RUBY= yes USES= gem pkgconfig .include