diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-23 20:35:01 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-23 20:35:01 +0000 |
commit | a2f01e767300244b4c52b3aa809d5e6ee9af6411 (patch) | |
tree | 6a64949cd1d37fc2302e761cd239d30738f2b760 /audio/idjc/Makefile | |
parent | 545d8f3ccf97e44487d36047de9e771c838fa323 (diff) | |
download | FreeBSD-ports-a2f01e767300244b4c52b3aa809d5e6ee9af6411.zip FreeBSD-ports-a2f01e767300244b4c52b3aa809d5e6ee9af6411.tar.gz |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by: portmgr blanket
Diffstat (limited to 'audio/idjc/Makefile')
-rw-r--r-- | audio/idjc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/idjc/Makefile b/audio/idjc/Makefile index b685aab..7628cf3 100644 --- a/audio/idjc/Makefile +++ b/audio/idjc/Makefile @@ -26,9 +26,8 @@ RUN_DEPENDS= oggenc:audio/vorbis-tools \ ${PYTHON_PKGNAMEPREFIX}mutagen>=0:audio/py-mutagen \ ${PYTHON_PKGNAMEPREFIX}dbus>=0.8:devel/py-dbus -OPTIONS_SUB= YES OPTIONS_DEFINE= DOCS NLS -OPTIONS_DEFAULT= DOCS NLS +OPTIONS_SUB= YES USES= compiler:nestedfct desktop-file-utils gettext gmake \ libtool pathfix pkgconfig python:2.7 |