svn commit: r371250 - head/multimedia/mlt

John Marino marino at FreeBSD.org
Mon Oct 20 09:37:19 UTC 2014


Author: marino
Date: Mon Oct 20 09:37:18 2014
New Revision: 371250
URL: https://svnweb.freebsd.org/changeset/ports/371250
QAT: https://qat.redports.org/buildarchive/r371250/

Log:
  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.

Modified:
  head/multimedia/mlt/Makefile

Modified: head/multimedia/mlt/Makefile
==============================================================================
--- head/multimedia/mlt/Makefile	Mon Oct 20 09:37:00 2014	(r371249)
+++ head/multimedia/mlt/Makefile	Mon Oct 20 09:37:18 2014	(r371250)
@@ -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)


More information about the svn-ports-head mailing list