diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-24 23:21:25 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-24 23:21:25 +0000 |
commit | a246a0de817d9ea7bfd118678ddde72be2830e9a (patch) | |
tree | b20490166423cf88c8305ff88c3e3deaa4a2021c /audio | |
parent | 0426bcc9a76e82741f28356eba9e04d0195353a6 (diff) | |
download | FreeBSD-ports-a246a0de817d9ea7bfd118678ddde72be2830e9a.zip FreeBSD-ports-a246a0de817d9ea7bfd118678ddde72be2830e9a.tar.gz |
- 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 3f1aeff..cdb57a8 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 a61336f..be25856 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 78eea93..666acbd 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 2570d5e..87cee1f 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 4c0e013..2307e58 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 3fbab08..ceeb199 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 cf68532..8cd2e65 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} |