diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-05-17 23:32:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-05-17 23:32:13 +0000 |
commit | ad42ec77249593ef43d63e871f81cff93f37f7e7 (patch) | |
tree | 85ecc4d56e91ef1ac6df935376140bba327226bd /net/cvsup | |
parent | b5281c7e1f60bc8e3242229ffbbce09958ed8c53 (diff) | |
download | ports-ad42ec77249593ef43d63e871f81cff93f37f7e7.tar.gz ports-ad42ec77249593ef43d63e871f81cff93f37f7e7.zip |
Notes
Diffstat (limited to 'net/cvsup')
-rw-r--r-- | net/cvsup/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index f28452013217..01c91cf9c046 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -55,7 +55,7 @@ CONFLICTS= cvsup-[0-9]* NO_LATEST_LINK= yes .endif .else -USE_XORG= x11 +USE_XORG+= oldx dmx pixman xaw COMMENT+= (GUI version) BUILD_DEPENDS= ${PREFIX}/lib/m3/pkg/formsvbt/${TARGET}/libm3formsvbt.a:${PORTSDIR}/lang/ezm3 CONFLICTS= cvsup-without-gui-[0-9]* |