diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2009-05-20 16:37:04 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2009-05-20 16:37:04 +0000 |
commit | ca57d2ad4c9708cf6d21918973abede07b505a14 (patch) | |
tree | 057b7bcea9e9a4ee4f3895bd1996097287aafac4 /audio/ncmpcpp/Makefile | |
parent | 4b48c7a3395c58b3c2e104a87d899ad674fdcd68 (diff) |
Notes
Diffstat (limited to 'audio/ncmpcpp/Makefile')
-rw-r--r-- | audio/ncmpcpp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/ncmpcpp/Makefile b/audio/ncmpcpp/Makefile index c1c1513e86da..2245c697b0af 100644 --- a/audio/ncmpcpp/Makefile +++ b/audio/ncmpcpp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ncmpcpp -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.4 CATEGORIES= audio MASTER_SITES= http://unkart.ovh.org/ncmpcpp/ \ http://mirror.mcx2.org/ @@ -24,6 +24,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lpthread" MAN1= ncmpcpp.1 +MAKE_JOBS_SAFE= yes OPTIONS= CURL "Enable fetching lyrics from the Internet" on \ CLOCK "Enable clock-screen support" on \ |