diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-21 21:02:19 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-21 21:02:19 +0800 |
commit | c206e8b920e4cbc7648737e73bf23596c08e348b (patch) | |
tree | ae6b8df8c357debcff6241d2df42c4e39aa50474 /audio | |
parent | 69920df4d432fa9b9bee8b77609c67f8419b381e (diff) | |
download | freebsd-ports-gnome-c206e8b920e4cbc7648737e73bf23596c08e348b.tar.gz freebsd-ports-gnome-c206e8b920e4cbc7648737e73bf23596c08e348b.tar.zst freebsd-ports-gnome-c206e8b920e4cbc7648737e73bf23596c08e348b.zip |
- Get rid of USE_X_PREFIX
Diffstat (limited to 'audio')
-rw-r--r-- | audio/aube/Makefile | 3 | ||||
-rw-r--r-- | audio/bebocd/Makefile | 7 | ||||
-rw-r--r-- | audio/bmp-songchange/Makefile | 3 | ||||
-rw-r--r-- | audio/cdplayer.app/Makefile | 4 |
4 files changed, 6 insertions, 11 deletions
diff --git a/audio/aube/Makefile b/audio/aube/Makefile index c8e01a562002..184ef8e95ed1 100644 --- a/audio/aube/Makefile +++ b/audio/aube/Makefile @@ -7,7 +7,7 @@ PORTNAME= aube PORTVERSION= 0.30.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= http://www.metadecks.org/software/aube/download/ @@ -16,7 +16,6 @@ COMMENT= System for sound generation and processing LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile -USE_X_PREFIX= yes USE_GNOME= imlib USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 diff --git a/audio/bebocd/Makefile b/audio/bebocd/Makefile index d0ac8dfff778..259f2c97554f 100644 --- a/audio/bebocd/Makefile +++ b/audio/bebocd/Makefile @@ -7,17 +7,16 @@ PORTNAME= bebocd PORTVERSION= 0.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 CD Player LIB_DEPENDS= cdaudio.1:${PORTSDIR}/audio/libcdaudio -USE_X_PREFIX= yes +USE_XORG= x11 USE_GNOME= gnomehack gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/audio/bmp-songchange/Makefile b/audio/bmp-songchange/Makefile index 40858b6cfda1..80e4ce3e5ec8 100644 --- a/audio/bmp-songchange/Makefile +++ b/audio/bmp-songchange/Makefile @@ -7,7 +7,7 @@ PORTNAME= bmp-songchange PORTVERSION= 0.0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://download.berlios.de/bmp-plugins/ @@ -16,7 +16,6 @@ COMMENT= Beep Media Player do-this-on-song-change plugin LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player -USE_X_PREFIX= yes GNU_CONFIGURE= yes PLIST_FILES= lib/bmp/General/libsong_change.so diff --git a/audio/cdplayer.app/Makefile b/audio/cdplayer.app/Makefile index b9460e661629..759a7dd2e096 100644 --- a/audio/cdplayer.app/Makefile +++ b/audio/cdplayer.app/Makefile @@ -7,7 +7,7 @@ PORTNAME= cdplayer.app PORTVERSION= 1.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio windowmaker MASTER_SITES= http://freebsd.aeternal.net/ports/ DISTNAME= CDPlayer.app-${PORTVERSION} @@ -19,8 +19,6 @@ LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \ cdaudio.1:${PORTSDIR}/audio/libcdaudio \ wraster.4:${PORTSDIR}/x11-wm/windowmaker -USE_X_PREFIX= yes - PLIST_FILES= GNUstep/Apps/CDPlayer.app/CDPlayer PLIST_DIRS= GNUstep/Apps/CDPlayer.app GNUstep/Apps |