diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-22 04:47:04 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-22 04:47:04 +0800 |
commit | aee992efac5bcbb7ee51d90360dbc03f778cc135 (patch) | |
tree | 79e424edc43df9f9ee25b1aa1eaa49c7e50f622a /audio | |
parent | 3ca54a8dd92fd668ab684935a27d919c3c872f7d (diff) | |
download | marcuscom-ports-aee992efac5bcbb7ee51d90360dbc03f778cc135.tar.gz marcuscom-ports-aee992efac5bcbb7ee51d90360dbc03f778cc135.tar.zst marcuscom-ports-aee992efac5bcbb7ee51d90360dbc03f778cc135.zip |
USE_X_PREFIX -> USE_XLIB
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6681 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 4 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 4 | ||||
-rw-r--r-- | audio/sound-juicer/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index bad6c7d23..0c474ff98 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/rhythmbox/Makefile,v 1.62 2006/06/19 05:49:03 marcus Exp $ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.63 2006/06/29 05:21:11 marcus Exp $ # PORTNAME= rhythmbox @@ -26,7 +26,7 @@ LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media USE_BZIP2= yes -USE_X_PREFIX= yes +USE_XLIB= yes USE_GETTEXT= yes INSTALLS_OMF= yes USE_GMAKE= yes diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index bad6c7d23..0c474ff98 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/rhythmbox/Makefile,v 1.62 2006/06/19 05:49:03 marcus Exp $ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.63 2006/06/29 05:21:11 marcus Exp $ # PORTNAME= rhythmbox @@ -26,7 +26,7 @@ LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media USE_BZIP2= yes -USE_X_PREFIX= yes +USE_XLIB= yes USE_GETTEXT= yes INSTALLS_OMF= yes USE_GMAKE= yes diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile index ef8143472..915ab9d66 100644 --- a/audio/sound-juicer/Makefile +++ b/audio/sound-juicer/Makefile @@ -3,7 +3,7 @@ # Whom: Alexander Nedotsukov <bland@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/sound-juicer/Makefile,v 1.55 2006/05/28 02:44:18 mezz Exp $ +# $MCom: ports/audio/sound-juicer/Makefile,v 1.56 2006/06/14 13:47:30 ahze Exp $ # PORTNAME= sound-juicer @@ -22,7 +22,7 @@ LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ USE_BZIP2= yes USE_GETTEXT= yes -USE_X_PREFIX= yes +USE_XLIB= yes USE_GMAKE= yes INSTALLS_OMF= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner \ |