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 | |
parent | Jmol is a Java molecular viewer for (diff) |
- Fix build after xorg cleanup
Submitted by: pavbot/erwinbot
Notes
Notes:
svn path=/head/; revision=213234
Diffstat (limited to 'net')
-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]* |