diff options
author | vs <vs@FreeBSD.org> | 2007-06-14 15:02:45 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2007-06-14 15:02:45 +0800 |
commit | 06bbc86455a8986c5fa80bb24dbc7e90451234b5 (patch) | |
tree | 5e6830a6564bacab27606ef8debf27df27721a29 /audio | |
parent | 9f77d302c225e18f362a6ee45b4b26e3e7528315 (diff) | |
download | freebsd-ports-gnome-06bbc86455a8986c5fa80bb24dbc7e90451234b5.tar.gz freebsd-ports-gnome-06bbc86455a8986c5fa80bb24dbc7e90451234b5.tar.zst freebsd-ports-gnome-06bbc86455a8986c5fa80bb24dbc7e90451234b5.zip |
Unbreak by setting and using LDFLAGS correctly to pick up gettext.
Add WWW:-tag while here.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/prokyon3/Makefile | 8 | ||||
-rw-r--r-- | audio/prokyon3/pkg-descr | 2 |
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 |