svn commit: r344758 - head/devel/git

Pietro Cerutti gahr at FreeBSD.org
Mon Feb 17 14:38:53 UTC 2014


Author: gahr
Date: Mon Feb 17 14:38:53 2014
New Revision: 344758
URL: http://svnweb.freebsd.org/changeset/ports/344758
QAT: https://qat.redports.org/buildarchive/r344758/

Log:
  - Convert to USES=gmake tk
  - Convert to new LIB_DEPENDS format

Modified:
  head/devel/git/Makefile

Modified: head/devel/git/Makefile
==============================================================================
--- head/devel/git/Makefile	Mon Feb 17 14:36:45 2014	(r344757)
+++ head/devel/git/Makefile	Mon Feb 17 14:38:53 2014	(r344758)
@@ -188,7 +188,7 @@ SUB_FILES=	pkg-message
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 MAKE_ENV+=	V=1
@@ -267,7 +267,7 @@ MAKE_ENV+=	NO_ICONV=1
 MAKE_ENV+=	CURLDIR=${LOCALBASE}
 BUILD_DEPENDS+=	curl:${PORTSDIR}/ftp/curl
 RUN_DEPENDS+=	curl:${PORTSDIR}/ftp/curl
-LIB_DEPENDS+=	expat.6:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS+=	libexpat.so:${PORTSDIR}/textproc/expat2
 PLIST_SUB+=	CURL=""
 .else
 MAKE_ENV+=	NO_CURL=1 \
@@ -285,7 +285,7 @@ PLIST_SUB+=	HTMLDOCS="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MGUI}
-USE_TK=		84+
+USES+=		tk
 .include "${PORTSDIR}/Mk/bsd.tcl.mk"
 MAN1+=		git-citool.1 \
 		git-gui.1 \


More information about the svn-ports-head mailing list