diff options
author | danfe <danfe@FreeBSD.org> | 2018-08-30 12:05:07 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2018-08-30 12:05:07 +0800 |
commit | 4fa843bd5fbc12696ecc16546fdc535d4eca8153 (patch) | |
tree | 9c502719c4b2a6db597c5a905a70e389ee26796b /audio/xmms2-scrobbler | |
parent | 6083fca13bd2c809fb87954ce50fb47dc8e61452 (diff) | |
download | freebsd-ports-gnome-4fa843bd5fbc12696ecc16546fdc535d4eca8153.tar.gz freebsd-ports-gnome-4fa843bd5fbc12696ecc16546fdc535d4eca8153.tar.zst freebsd-ports-gnome-4fa843bd5fbc12696ecc16546fdc535d4eca8153.zip |
Remove redundant DOCS, NLS, EXAMPLES, and IPV6 from OPTIONS_DEFAULT as they
are put there by the framework (see line 200 of Mk/bsd.options.mk), except
for `finance/quantlib' which makes very unorthodoxal usage of port options.
Diffstat (limited to 'audio/xmms2-scrobbler')
-rw-r--r-- | audio/xmms2-scrobbler/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms2-scrobbler/Makefile b/audio/xmms2-scrobbler/Makefile index cfbaaafbe397..81698392c5fb 100644 --- a/audio/xmms2-scrobbler/Makefile +++ b/audio/xmms2-scrobbler/Makefile @@ -25,7 +25,7 @@ PORTDOCS= README SUB_FILES= pkg-message OPTIONS_DEFINE= APIFIX DOCS -OPTIONS_DEFAULT= APIFIX DOCS +OPTIONS_DEFAULT= APIFIX APIFIX_DESC= Apply fix for Last.fm API 1.x APIFIX_EXTRA_PATCHES_ON= ${FILESDIR}/extra-patch-xmms2-scrobbler.c |