diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-07-08 18:44:24 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-07-08 18:44:24 +0000 |
commit | 3d59bf1d24b11eb7a5550dcbe2ec8c0eaf685882 (patch) | |
tree | b7d61b1db4b52ef46563c75ef09d60aadb6da242 /net/unison | |
parent | 6fe706fd4b9b0b87916cfce74ab6107039a1f1fe (diff) |
Notes
Diffstat (limited to 'net/unison')
-rw-r--r-- | net/unison/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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]* |