diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
commit | 06aa815303d09728523a1521f001bd7d8ac0ff16 (patch) | |
tree | 8ef0d81d9016d3c0cd3c36f31cc02904d60bab57 /x11/bbdock | |
parent | 7dad8e86731f6a02bb83a5de682e3bfbcc7232ba (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes
Notes:
svn path=/head/; revision=209644
Diffstat (limited to 'x11/bbdock')
-rw-r--r-- | x11/bbdock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/bbdock/Makefile b/x11/bbdock/Makefile index c9fed00f405e..7c944dd94c1e 100644 --- a/x11/bbdock/Makefile +++ b/x11/bbdock/Makefile @@ -7,7 +7,7 @@ PORTNAME= bbdock PORTVERSION= 0.2.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://bbdock.nethence.com/download/ @@ -20,7 +20,7 @@ PORTDOCS= README GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes -USE_X_PREFIX= yes +USE_XORG= ice sm x11 xau xcursor xdmcp xext xfixes xi USE_GCC= 3.3+ PLIST_FILES= bin/bbdock |