aboutsummaryrefslogtreecommitdiff
path: root/audio/gnustep-cdplayer/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-01-30 14:42:21 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2008-01-30 14:42:21 +0000
commit0b75a9a2247426e152cbb9be64b0eda91033dc45 (patch)
tree424b6c69d7298f1f1908b3d51bce205a30f08573 /audio/gnustep-cdplayer/Makefile
parent1f04f10cde74b470640b7bac559850ed34530609 (diff)
downloadports-0b75a9a2247426e152cbb9be64b0eda91033dc45.tar.gz
ports-0b75a9a2247426e152cbb9be64b0eda91033dc45.zip
Notes
Diffstat (limited to 'audio/gnustep-cdplayer/Makefile')
-rw-r--r--audio/gnustep-cdplayer/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/gnustep-cdplayer/Makefile b/audio/gnustep-cdplayer/Makefile
index d6e5027f48f5..511c28a2024e 100644
--- a/audio/gnustep-cdplayer/Makefile
+++ b/audio/gnustep-cdplayer/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= cdplayer
-PORTVERSION= 0.4.2
-PORTREVISION= 1
+PORTVERSION= 0.5
CATEGORIES= audio gnustep
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gsburn
@@ -18,6 +17,7 @@ COMMENT= GNUstep CD player with CDDB support
LIB_DEPENDS+= cdaudio.1:${PORTSDIR}/audio/libcdaudio
+USE_BZIP2= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
@@ -26,7 +26,7 @@ USE_GNUSTEP_INSTALL= yes
USE_GNUSTEP_LOCAL_BUNDLES+= Cddb:${CDDB_BUNDLE_PORT}
USE_GNUSTEP_SYSTEM_LIBS+= PrefsModule:${PREFERENCES_PORT}
-WRKSRC= ${WRKDIR}/${PORTNAME}
+WRKSRC= ${WRKDIR}/CDPlayer-${PORTVERSION}
MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
CDDB_BUNDLE_PORT?= audio/cddb-bundle