diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-15 23:11:12 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-15 23:11:12 +0000 |
commit | 9343eeba7783ac2ce4c8f5c88ab322647d489c19 (patch) | |
tree | 37076f8661cc0a667d6e54eab2728ecc665430a0 /audio/idjc | |
parent | d5dd4663dfc459a5aa6a241eff9b72f253fbc4e8 (diff) | |
download | FreeBSD-ports-9343eeba7783ac2ce4c8f5c88ab322647d489c19.zip FreeBSD-ports-9343eeba7783ac2ce4c8f5c88ab322647d489c19.tar.gz |
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
Diffstat (limited to 'audio/idjc')
-rw-r--r-- | audio/idjc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/idjc/Makefile b/audio/idjc/Makefile index 19c7958..c942c41 100644 --- a/audio/idjc/Makefile +++ b/audio/idjc/Makefile @@ -27,6 +27,8 @@ RUN_DEPENDS= oggenc:${PORTSDIR}/audio/vorbis-tools \ ${PYTHON_PKGNAMEPREFIX}mutagen>=0:${PORTSDIR}/audio/py-mutagen \ ${PYTHON_PKGNAMEPREFIX}dbus>=0.8:${PORTSDIR}/devel/py-dbus +OPTIONS_DEFINE= DOCS + USES= compiler:nestedfct desktop-file-utils gettext gmake \ libtool pathfix pkgconfig LDFLAGS= -L${LOCALBASE}/lib |