summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2013-07-08 18:44:24 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2013-07-08 18:44:24 +0000
commit3d59bf1d24b11eb7a5550dcbe2ec8c0eaf685882 (patch)
treeb7d61b1db4b52ef46563c75ef09d60aadb6da242 /net
parent- Convert USE_GMAKE to USES=gmake (diff)
Convert the ports I maintain to USES=gmake.
Notes
Notes: svn path=/head/; revision=322531
Diffstat (limited to 'net')
-rw-r--r--net/unison-devel/Makefile2
-rw-r--r--net/unison/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/unison-devel/Makefile b/net/unison-devel/Makefile
index f2cec14af8a1..7c887e920b56 100644
--- a/net/unison-devel/Makefile
+++ b/net/unison-devel/Makefile
@@ -17,7 +17,7 @@ COMMENT= User-level file synchronization tool
LICENSE= GPLv3
PLIST_SUB= PORTVERSION=${PORTVERSION}
-USE_GMAKE= yes
+USES= gmake
WANT_GNOME= yes
MAKE_ARGS= CFLAGS=""
CONFLICTS= unison-[0-9]* unison-nox11-[0-9]*
diff --git a/net/unison/Makefile b/net/unison/Makefile
index 9887cb28da83..f0093649d326 100644
--- a/net/unison/Makefile
+++ b/net/unison/Makefile
@@ -16,7 +16,7 @@ COMMENT?= User-level file synchronization tool
LICENSE= GPLv3
PLIST_SUB= PORTVERSION=${PORTVERSION}
-USE_GMAKE= yes
+USES= gmake
WANT_GNOME= yes
MAKE_ARGS= CFLAGS=""
CONFLICTS?= unison-devel-[0-9]* unison-nox11-[0-9]*