diff options
author | marino <marino@FreeBSD.org> | 2015-09-20 02:17:03 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-09-20 02:17:03 +0800 |
commit | 12d6e6499523b349f8afe80008b3f2a094a2a01c (patch) | |
tree | 218c133107a4f60dfe77ae9964de698c13b1ba01 /multimedia | |
parent | 70b9e28f30aea2e33ad4d679edea9b42f664255d (diff) | |
download | freebsd-ports-gnome-12d6e6499523b349f8afe80008b3f2a094a2a01c.tar.gz freebsd-ports-gnome-12d6e6499523b349f8afe80008b3f2a094a2a01c.tar.zst freebsd-ports-gnome-12d6e6499523b349f8afe80008b3f2a094a2a01c.zip |
Add USES=alias to 10 ports (Aids DragonFly support)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/lxdvdrip/Makefile | 1 | ||||
-rw-r--r-- | multimedia/naludump/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/lxdvdrip/Makefile b/multimedia/lxdvdrip/Makefile index 45aa8e776229..371684e2506f 100644 --- a/multimedia/lxdvdrip/Makefile +++ b/multimedia/lxdvdrip/Makefile @@ -23,6 +23,7 @@ RUN_DEPENDS= buffer:${PORTSDIR}/misc/buffer \ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message +USES= alias WRKSRC= ${WRKDIR}/${PORTNAME} VAMPSRC= vamps.c requant.c LXDVDRIPSRC= cputest.c \ diff --git a/multimedia/naludump/Makefile b/multimedia/naludump/Makefile index d950a22e71dc..d94c814208f3 100644 --- a/multimedia/naludump/Makefile +++ b/multimedia/naludump/Makefile @@ -11,7 +11,7 @@ COMMENT= Delete NALU fill data from h.264 TS files LICENSE= GPLv2 -USES= gmake iconv:wchar_t tar:tgz +USES= alias gmake iconv:wchar_t tar:tgz PATCH_STRIP= -p1 CFLAGS+= "-I${LOCALBASE}/include" CFLAGS+= "-L${LOCALBASE}/lib" |