diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-26 06:44:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-26 06:44:48 +0800 |
commit | 7b56c40b952a22521dd35f39e00fcfbb408463b5 (patch) | |
tree | 222501a00a140e899e2e4288740c3089e3cf5b18 /x11/buttonbox | |
parent | 6939c2c931da3bc739154509bd6d2fc1c519f3b6 (diff) | |
download | freebsd-ports-gnome-7b56c40b952a22521dd35f39e00fcfbb408463b5.tar.gz freebsd-ports-gnome-7b56c40b952a22521dd35f39e00fcfbb408463b5.tar.zst freebsd-ports-gnome-7b56c40b952a22521dd35f39e00fcfbb408463b5.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'x11/buttonbox')
-rw-r--r-- | x11/buttonbox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/buttonbox/Makefile b/x11/buttonbox/Makefile index 9bfe61846be4..16cd71274730 100644 --- a/x11/buttonbox/Makefile +++ b/x11/buttonbox/Makefile @@ -7,7 +7,7 @@ PORTNAME= buttonbox PORTVERSION= 0.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= trevor @@ -20,7 +20,7 @@ DOCDIR= share/doc/${PORTNAME} DOCS= COPYING ChangeLog DEDICATION README TODO PLIST= ${WRKDIR}/pkg-plist -USE_X_PREFIX= yes +USE_XORG= x11 xext do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -o buttonbox -L${X11BASE}/lib \ |