diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-16 01:37:38 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-16 01:37:38 +0800 |
commit | eec0b0cbba490e82f8c45e598a52eb9d8bb14f0f (patch) | |
tree | 03589d1e7ec96a98d4c92d37cf3de664d5e68b70 /audio/lxmusic | |
parent | f05126f723a4c7f6e593f9d6a70fc104e248bddc (diff) | |
download | freebsd-ports-gnome-eec0b0cbba490e82f8c45e598a52eb9d8bb14f0f.tar.gz freebsd-ports-gnome-eec0b0cbba490e82f8c45e598a52eb9d8bb14f0f.tar.zst freebsd-ports-gnome-eec0b0cbba490e82f8c45e598a52eb9d8bb14f0f.zip |
Correct all instances where OPTIONS_DEFINE was being overwritten
by multiple definitions.
Diffstat (limited to 'audio/lxmusic')
-rw-r--r-- | audio/lxmusic/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/lxmusic/Makefile b/audio/lxmusic/Makefile index 4e73b99feaa5..66d9eaddb2bf 100644 --- a/audio/lxmusic/Makefile +++ b/audio/lxmusic/Makefile @@ -10,8 +10,6 @@ MASTER_SITES= SF/ghostbsdproject/package/LXMusic/ MAINTAINER= ericturgeon@ghostbsd.org COMMENT= LXDE music player based on xmms2 -OPTIONS_DEFINE= DOCS NLS - LICENSE= MIT GPLv2 LICENSE_COMB= dual |