diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 23:21:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 23:21:25 +0000 |
commit | ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3 (patch) | |
tree | e23ad8f32a26812997940fcbb692cd233adb348c /audio | |
parent | Upgrade devel/llvm and lang/llvm-gcc4 to LLVM 2.2. (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/bmp-flac/Makefile | 3 | ||||
-rw-r--r-- | audio/gkrellmms/Makefile | 1 | ||||
-rw-r--r-- | audio/gkrellmms2/Makefile | 1 | ||||
-rw-r--r-- | audio/gkrellmvolume/Makefile | 1 | ||||
-rw-r--r-- | audio/gkrellmvolume2/Makefile | 1 | ||||
-rw-r--r-- | audio/liteamp/Makefile | 1 | ||||
-rw-r--r-- | audio/xmms-mp3cue/Makefile | 1 |
7 files changed, 1 insertions, 8 deletions
diff --git a/audio/bmp-flac/Makefile b/audio/bmp-flac/Makefile index 3f1aeff16f9d..cdb57a81c81f 100644 --- a/audio/bmp-flac/Makefile +++ b/audio/bmp-flac/Makefile @@ -7,7 +7,7 @@ PORTNAME= flac PORTVERSION= 20040316 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://ccm.sherry.jp/tmp/ PKGNAMEPREFIX= bmp- @@ -22,7 +22,6 @@ LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player \ PLIST_FILES= lib/bmp/Input/libbmp-flac.so USE_BZIP2= yes -USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}" \ --with-ogg="${LOCALBASE}" \ diff --git a/audio/gkrellmms/Makefile b/audio/gkrellmms/Makefile index a61336fd650b..be2585689f8b 100644 --- a/audio/gkrellmms/Makefile +++ b/audio/gkrellmms/Makefile @@ -21,7 +21,6 @@ RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= libexec/gkrellm/plugins/gkrellmms.so -USE_X_PREFIX= yes USE_GNOME= imlib .include <bsd.port.mk> diff --git a/audio/gkrellmms2/Makefile b/audio/gkrellmms2/Makefile index 78eea93c3306..666acbd30a51 100644 --- a/audio/gkrellmms2/Makefile +++ b/audio/gkrellmms2/Makefile @@ -27,7 +27,6 @@ PLIST_FILES= libexec/gkrellm2/plugins/gkrellmms.so \ share/locale/nl/LC_MESSAGES/gkrellmms.mo \ share/locale/ru/LC_MESSAGES/gkrellmms.mo -USE_X_PREFIX= yes USE_GMAKE= yes MAKE_ENV+= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins \ diff --git a/audio/gkrellmvolume/Makefile b/audio/gkrellmvolume/Makefile index 2570d5e73ea5..87cee1fe0784 100644 --- a/audio/gkrellmvolume/Makefile +++ b/audio/gkrellmvolume/Makefile @@ -21,7 +21,6 @@ RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm WRKSRC= ${WRKDIR}/volume PLIST_FILES= libexec/gkrellm/plugins/volume.so -USE_X_PREFIX= yes USE_GNOME= imlib .include <bsd.port.mk> diff --git a/audio/gkrellmvolume2/Makefile b/audio/gkrellmvolume2/Makefile index 4c0e013164fe..2307e58daa95 100644 --- a/audio/gkrellmvolume2/Makefile +++ b/audio/gkrellmvolume2/Makefile @@ -30,7 +30,6 @@ PLIST_FILES= libexec/gkrellm2/plugins/volume.so \ share/locale/pl/LC_MESSAGES/gkrellm-volume.mo \ share/locale/ru/LC_MESSAGES/gkrellm-volume.mo -USE_X_PREFIX= yes USE_GMAKE= yes MAKE_ENV+= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins \ diff --git a/audio/liteamp/Makefile b/audio/liteamp/Makefile index 3fbab0824ffe..ceeb1991159f 100644 --- a/audio/liteamp/Makefile +++ b/audio/liteamp/Makefile @@ -17,7 +17,6 @@ LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \ mad.2:${PORTSDIR}/audio/mad \ vorbisfile.5:${PORTSDIR}/audio/libvorbis -USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gnomehack libgnomeui gnomeprefix .ifndef WITHOUT_NLS diff --git a/audio/xmms-mp3cue/Makefile b/audio/xmms-mp3cue/Makefile index cf68532906fe..8cd2e65bd760 100644 --- a/audio/xmms-mp3cue/Makefile +++ b/audio/xmms-mp3cue/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms GNU_CONFIGURE= yes USE_GMAKE= yes -USE_X_PREFIX= yes PLIST_SUB= PORTDOCS=${DISTNAME} |