diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-01-08 09:21:20 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-01-08 09:21:20 +0800 |
commit | 2110098a10979636355bdb161578623d9b2e2c83 (patch) | |
tree | dcd7fa402a7b369eb8ab1898db37901fdca035ab /audio | |
parent | 36d1704182c561643b9345c3e653826200ba4d73 (diff) | |
download | freebsd-ports-gnome-2110098a10979636355bdb161578623d9b2e2c83.tar.gz freebsd-ports-gnome-2110098a10979636355bdb161578623d9b2e2c83.tar.zst freebsd-ports-gnome-2110098a10979636355bdb161578623d9b2e2c83.zip |
- Fix OPTIONs
PR: ports/142020
Submitted by: Thomas Zander <thomas.e.zander@googlemail.com>
Approved by: "Joseph S. Atkinson" <jsa.bsd@gmail.com> (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/exaile/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile index d834bdbc608f..5f9ac4d5d79a 100644 --- a/audio/exaile/Makefile +++ b/audio/exaile/Makefile @@ -34,6 +34,8 @@ OPTIONS= BAD "Install bad GStreamer plugins" On \ NLS "Native Language Support" On \ SEXY "UI enhancements" On +.include <bsd.port.pre.mk> + .if !defined(WITHOUT_BAD) USE_GSTREAMER+= bad .endif @@ -74,4 +76,4 @@ post-patch: @${REINPLACE_CMD} -e 's|$$(XDG|$$(PREFIX)$$(XDG|g' \ ${WRKSRC}/Makefile -.include <bsd.port.mk> +.include <bsd.port.post.mk> |