diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
commit | 06aa815303d09728523a1521f001bd7d8ac0ff16 (patch) | |
tree | 8ef0d81d9016d3c0cd3c36f31cc02904d60bab57 /audio | |
parent | 7dad8e86731f6a02bb83a5de682e3bfbcc7232ba (diff) | |
download | ports-06aa815303d09728523a1521f001bd7d8ac0ff16.tar.gz ports-06aa815303d09728523a1521f001bd7d8ac0ff16.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/hydrogen/Makefile | 3 | ||||
-rw-r--r-- | audio/mixxx/Makefile | 3 | ||||
-rw-r--r-- | audio/soundtracker/Makefile | 3 | ||||
-rw-r--r-- | audio/streamtuner/Makefile | 1 |
4 files changed, 3 insertions, 7 deletions
diff --git a/audio/hydrogen/Makefile b/audio/hydrogen/Makefile index a35d4c8993d7..c3c232d14566 100644 --- a/audio/hydrogen/Makefile +++ b/audio/hydrogen/Makefile @@ -7,7 +7,7 @@ PORTNAME= hydrogen PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,6 @@ COMMENT= An advanced drum machine BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake LIB_DEPENDS= sndfile:${PORTSDIR}/audio/libsndfile -USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_QT_VER= 3 CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile index e87f03bcd4d6..ec84de7a746f 100644 --- a/audio/mixxx/Makefile +++ b/audio/mixxx/Makefile @@ -7,7 +7,7 @@ PORTNAME= mixxx PORTVERSION= 1.4.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,7 +24,6 @@ LIB_DEPENDS= samplerate:${PORTSDIR}/audio/libsamplerate \ vorbis:${PORTSDIR}/audio/libvorbis \ sndfile:${PORTSDIR}/audio/libsndfile -USE_X_PREFIX= yes USE_QT_VER= 3 HAS_CONFIGURE= yes USE_GL= yes diff --git a/audio/soundtracker/Makefile b/audio/soundtracker/Makefile index 6fb3e4be88f5..b977c9c687d4 100644 --- a/audio/soundtracker/Makefile +++ b/audio/soundtracker/Makefile @@ -7,7 +7,7 @@ PORTNAME= soundtracker PORTVERSION= 0.6.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio gnome MASTER_SITES= http://www.soundtracker.org/dl/%SUBDIR%/ MASTER_SITE_SUBDIR= v${PORTVERSION:R} @@ -17,7 +17,6 @@ COMMENT= Mod player/tracking tool which supports XM and MOD formats LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile -USE_X_PREFIX= yes USE_GNOME= esound gdkpixbuf gnomehack gnometarget GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index d44fb1811c98..51f6dfd55ae9 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -19,7 +19,6 @@ BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -USE_XLIB= yes USE_GNOME= gtk20 gnomehack gnomeprefix USE_GMAKE= yes INSTALLS_OMF= yes |