diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-24 21:03:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-24 21:03:55 +0800 |
commit | dd70e028701d877ba20b006edcedc6df5c408d09 (patch) | |
tree | 29ee38167b82f550d5b5191edff093320cd794ba /audio/uade | |
parent | 4e3961b506ac1065b05288675b0c56c7e1eb7dc3 (diff) | |
download | freebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.tar.gz freebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.tar.zst freebsd-ports-gnome-dd70e028701d877ba20b006edcedc6df5c408d09.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'audio/uade')
-rw-r--r-- | audio/uade/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/uade/Makefile b/audio/uade/Makefile index f71c77816aa2..241e058273fb 100644 --- a/audio/uade/Makefile +++ b/audio/uade/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmms-uade PORTVERSION= 2.05 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://zakalwe.fi/uade/uade2/ \ http://critical.ch/distfiles/ @@ -21,7 +22,6 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \ BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha HAS_CONFIGURE= yes -USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gtk12 |