Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 14:38:53 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344758 - head/devel/git
Message-ID:  <201402171438.s1HEcrIP088508@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402171438.s1HEcrIP088508>