aboutsummaryrefslogtreecommitdiff
path: root/audio/exaile/Makefile
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-01-08 01:21:20 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-01-08 01:21:20 +0000
commitd8ec343b2f98d5fcb3544dd1d9c2165767140823 (patch)
tree4a5f4d1e97056d775dda140338a66882b54f417e /audio/exaile/Makefile
parentf2207a2a22ba92665b173fcd3a3d3c9c6e92b189 (diff)
downloadports-d8ec343b2f98d5fcb3544dd1d9c2165767140823.tar.gz
ports-d8ec343b2f98d5fcb3544dd1d9c2165767140823.zip
Notes
Diffstat (limited to 'audio/exaile/Makefile')
-rw-r--r--audio/exaile/Makefile4
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>