summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-10-20 09:37:18 +0000
committerJohn Marino <marino@FreeBSD.org>2014-10-20 09:37:18 +0000
commitecd0c75bf61a13f986f3e1788655228351d27fb7 (patch)
tree7ec5f68e8aa386acefc248099e59645fed257154
parentCleanup plist (diff)
multimedia/mlt: add USES=alias plus ...
USES=alias allows the port to build on DragonFly without patches, but only if --target-os=FreeBSD is also sent to the configure script. This is a no-op for FreeBSD (configure eventually sets target-os to FreeBSD anyway). USES=alias was covered by portmgr blanket.
Notes
Notes: svn path=/head/; revision=371250
-rw-r--r--multimedia/mlt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mlt/Makefile b/multimedia/mlt/Makefile
index 03f1d6f396ba..1b647560c331 100644
--- a/multimedia/mlt/Makefile
+++ b/multimedia/mlt/Makefile
@@ -21,9 +21,9 @@ CONFLICTS_INSTALL= freeze-[0-9]*
USE_GNOME= libxml2
USE_SDL= image
-USES= gmake iconv pathfix pkgconfig
+USES= alias gmake iconv pathfix pkgconfig
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-gpl --enable-gpl3
+CONFIGURE_ARGS= --enable-gpl --enable-gpl3 --target-os=FreeBSD
USE_LDCONFIG= yes
.ifndef(WITH_DEBUG)