diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2009-03-19 21:31:35 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2009-03-19 21:31:35 +0000 |
commit | aadcb0f7cf8120c1acb4e8bb9133f70fbbf54708 (patch) | |
tree | 6b2bb6c775926104c824123e0d64666225db5398 /audio/ncmpcpp/Makefile | |
parent | 53ddf32575ab1d2050dbf32533eb6a2bab6ff489 (diff) | |
download | ports-aadcb0f7cf8120c1acb4e8bb9133f70fbbf54708.tar.gz ports-aadcb0f7cf8120c1acb4e8bb9133f70fbbf54708.zip |
Notes
Diffstat (limited to 'audio/ncmpcpp/Makefile')
-rw-r--r-- | audio/ncmpcpp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/ncmpcpp/Makefile b/audio/ncmpcpp/Makefile index c108da396d4a..d089b9c25eab 100644 --- a/audio/ncmpcpp/Makefile +++ b/audio/ncmpcpp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ncmpcpp -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= audio MASTER_SITES= http://unkart.ovh.org/ncmpcpp/ \ http://mirror.mcx2.org/ @@ -23,6 +23,8 @@ ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lpthread" +MAN1= ncmpcpp.1 + OPTIONS= CURL "Enable fetching lyrics from the Internet" on \ CLOCK "Enable clock-screen support" on \ UTF8 "Enable UTF8 support" on \ |