diff options
author | marino <marino@FreeBSD.org> | 2014-10-20 17:37:18 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-10-20 17:37:18 +0800 |
commit | d84da5d88865f317ccc9e7b6654e7328f07f68eb (patch) | |
tree | 7ec5f68e8aa386acefc248099e59645fed257154 /multimedia/mlt | |
parent | 308bd49c8f06b6f4ef5a37f43ae410b8b2f34ec0 (diff) | |
download | freebsd-ports-gnome-d84da5d88865f317ccc9e7b6654e7328f07f68eb.tar.gz freebsd-ports-gnome-d84da5d88865f317ccc9e7b6654e7328f07f68eb.tar.zst freebsd-ports-gnome-d84da5d88865f317ccc9e7b6654e7328f07f68eb.zip |
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.
Diffstat (limited to 'multimedia/mlt')
-rw-r--r-- | multimedia/mlt/Makefile | 4 |
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) |