diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2012-05-31 21:12:14 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2012-05-31 21:12:14 +0000 |
commit | 68e1d1d6bac0b47fedea2eb0dc2d1b449e7a973d (patch) | |
tree | e34babc2d103058a4353e9cc46ab56239c643555 /net/unison-nox11 | |
parent | 3cccaae6f232fabf7cc92d7e6aa1b54c2495cf58 (diff) | |
download | ports-68e1d1d6bac0b47fedea2eb0dc2d1b449e7a973d.tar.gz ports-68e1d1d6bac0b47fedea2eb0dc2d1b449e7a973d.zip |
Notes
Diffstat (limited to 'net/unison-nox11')
-rw-r--r-- | net/unison-nox11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/unison-nox11/Makefile b/net/unison-nox11/Makefile index d87bd7837602..c5bec352d492 100644 --- a/net/unison-nox11/Makefile +++ b/net/unison-nox11/Makefile @@ -13,7 +13,8 @@ COMMENT= A user-level file synchronization tool (without x11 stuff) CONFLICTS= unison-[0-9]*, unison-devel-[0-9]* -WITHOUT_X11= yes +OPTIONS_EXCLUDE= GTK2 +OPTIONS_DEFAULT= DOCS MASTERDIR= ${.CURDIR}/../unison .include "${MASTERDIR}/Makefile" |