diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 11:11:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 11:11:33 +0000 |
commit | c4c8f4be4536497618de854065bf169361a7ad2b (patch) | |
tree | 965f82d89155ed89bcaf360c6ab2b1ed750b5314 /audio/x11amp | |
parent | 8e81e236966d75c66033bf5e81aaa65ece61e8d7 (diff) | |
download | ports-c4c8f4be4536497618de854065bf169361a7ad2b.tar.gz ports-c4c8f4be4536497618de854065bf169361a7ad2b.zip |
- 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=209620
Diffstat (limited to 'audio/x11amp')
-rw-r--r-- | audio/x11amp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/x11amp/Makefile b/audio/x11amp/Makefile index e0d7834d5826..e8f2d51a2bf6 100644 --- a/audio/x11amp/Makefile +++ b/audio/x11amp/Makefile @@ -7,7 +7,7 @@ PORTNAME= x11amp PORTVERSION= 0.9.b1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/misc/x11amp/0.9/ \ ftp://ftp.x11amp.bz.nu/x11amp/0.9/ \ @@ -17,7 +17,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/} MAINTAINER= beech@FreeBSD.org COMMENT= X11-based MP3 player with nice graphical interface -USE_XLIB= yes USE_GNOME= gtk12 esound USE_LDCONFIG= yes GNU_CONFIGURE= yes |