aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ncmpcpp/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-02-27 20:52:39 +0800
committermiwi <miwi@FreeBSD.org>2009-02-27 20:52:39 +0800
commit2dead34808b5ac44773327a5785059f3f9dadff9 (patch)
tree01a62992ece45bd89d0e0b06c1eb3c8b09c436d4 /audio/ncmpcpp/Makefile
parente45011b8f08d883e4e6d89b72f62719a26f5c580 (diff)
downloadfreebsd-ports-gnome-2dead34808b5ac44773327a5785059f3f9dadff9.tar.gz
freebsd-ports-gnome-2dead34808b5ac44773327a5785059f3f9dadff9.tar.zst
freebsd-ports-gnome-2dead34808b5ac44773327a5785059f3f9dadff9.zip
- Update to 0.3.1
PR: 132049 Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer)
Diffstat (limited to 'audio/ncmpcpp/Makefile')
-rw-r--r--audio/ncmpcpp/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/ncmpcpp/Makefile b/audio/ncmpcpp/Makefile
index 5ba283f339c3..443612faa899 100644
--- a/audio/ncmpcpp/Makefile
+++ b/audio/ncmpcpp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ncmpcpp
-PORTVERSION= 0.3
+PORTVERSION= 0.3.1
CATEGORIES= audio
MASTER_SITES= http://unkart.ovh.org/ncmpcpp/ \
http://mirror.mcx2.org/
@@ -20,9 +20,8 @@ USE_ICONV= yes
USE_GNOME= glib20
USE_AUTOTOOLS= automake:110 aclocal:110 libtool:15
ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal
-CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lpthread"
-#CONFIGURE_ARGS= --disable-unicode
OPTIONS= CURL "Enable fetching lyrics from the Internet" on \
CLOCK "Enable clock-screen support" on \