aboutsummaryrefslogtreecommitdiff
path: root/audio/prokyon3
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2007-06-14 07:02:45 +0000
committerVolker Stolz <vs@FreeBSD.org>2007-06-14 07:02:45 +0000
commit3089734bcd42943e8a9c3ee43a89ec7a28cd7ece (patch)
treee0fdbb268a59388958a183dd504e429f3dff0bb4 /audio/prokyon3
parentcd15cee651043bf712fe069f6a6d8de12713ee10 (diff)
downloadports-3089734bcd42943e8a9c3ee43a89ec7a28cd7ece.tar.gz
ports-3089734bcd42943e8a9c3ee43a89ec7a28cd7ece.zip
Unbreak by setting and using LDFLAGS correctly to pick up gettext.
Add WWW:-tag while here.
Notes
Notes: svn path=/head/; revision=193457
Diffstat (limited to 'audio/prokyon3')
-rw-r--r--audio/prokyon3/Makefile8
-rw-r--r--audio/prokyon3/pkg-descr2
2 files changed, 6 insertions, 4 deletions
diff --git a/audio/prokyon3/Makefile b/audio/prokyon3/Makefile
index c5a05b8efc9f..9d83d936d4a0 100644
--- a/audio/prokyon3/Makefile
+++ b/audio/prokyon3/Makefile
@@ -20,19 +20,19 @@ LIB_DEPENDS= id3-3.8:${PORTSDIR}/audio/id3lib \
vorbis.3:${PORTSDIR}/audio/libvorbis
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
-BROKEN= Does not compile
-
USE_QT_VER= 3
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GETOPT_LONG=yes
+USE_GETTEXT= yes
USE_MYSQL= yes
CONFIGURE_ARGS+=--with-qtdir=${X11BASE} --with-id3-libs=${LOCALBASE}\
--with-ogg-libs=${LOCALBASE} --with-vorbis-libs=${LOCALBASE} \
--x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
QT_NONSTANDARD= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include \
- -I${QT_PREFIX}/include"
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include \
+ -I${QT_PREFIX}/include" LDFLAGS="${LDFLAGS}"
+LDFLAGS+= -L${LOCALBASE}/lib
.if defined(WITH_BURN)
USE_CDRTOOLS= yes
diff --git a/audio/prokyon3/pkg-descr b/audio/prokyon3/pkg-descr
index 056a5dd372df..c179e4791250 100644
--- a/audio/prokyon3/pkg-descr
+++ b/audio/prokyon3/pkg-descr
@@ -6,3 +6,5 @@ CD as prokyon3 identifies CDs by content. The files view is customizable
and favorite artists are supported. prokyon3 also offers an editor for
ID3 tags and has been designed to support tagging for multiple files en
masse.
+
+WWW: http://prokyon3.sourceforge.net