diff options
author | John Marino <marino@FreeBSD.org> | 2014-10-20 08:12:20 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-10-20 08:12:20 +0000 |
commit | badd7a1eba6479ee7b956567b6e8eb149be43671 (patch) | |
tree | 6661e7ce62892409aaddb9d650570241a1b6af3c /multimedia | |
parent | 8da45592599ee1bb93b867bd1fff95633295b472 (diff) | |
download | ports-badd7a1eba6479ee7b956567b6e8eb149be43671.tar.gz ports-badd7a1eba6479ee7b956567b6e8eb149be43671.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gavl/Makefile | 2 | ||||
-rw-r--r-- | multimedia/libmpeg3/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gavl/Makefile b/multimedia/gavl/Makefile index 4302ad2a6fd8..71280aa91067 100644 --- a/multimedia/gavl/Makefile +++ b/multimedia/gavl/Makefile @@ -13,7 +13,7 @@ COMMENT= Library for handling uncompressed video and audio data LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= pathfix pkgconfig libtool +USES= alias libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/multimedia/libmpeg3/Makefile b/multimedia/libmpeg3/Makefile index 08a943e24cb5..87fc28dc308c 100644 --- a/multimedia/libmpeg3/Makefile +++ b/multimedia/libmpeg3/Makefile @@ -17,7 +17,7 @@ OPTIONS_DEFINE_i386= MMX WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= gmake tar:bzip2 +USES= alias gmake tar:bzip2 MAKE_ARGS= CC="${CC}" USE_CSS=0 OBJDIR="obj" \ CFLAGS="${CFLAGS} ${CPPFLAGS}" LIBS="${LIBS}" |