From d4bf3587bb233fe121483a50fbb70be9f849e6c0 Mon Sep 17 00:00:00 2001 From: marino Date: Sat, 19 Sep 2015 18:17:03 +0000 Subject: Add USES=alias to 10 ports (Aids DragonFly support) --- audio/vsound/Makefile | 2 +- devel/asl/Makefile | 1 + games/edge/Makefile | 2 +- games/jfsw/Makefile | 2 +- graphics/synaesthesia/Makefile | 2 +- multimedia/lxdvdrip/Makefile | 1 + multimedia/naludump/Makefile | 2 +- net/latd/Makefile | 1 + net/ndpi/Makefile | 2 +- sysutils/zbackup/Makefile | 2 +- 10 files changed, 10 insertions(+), 7 deletions(-) diff --git a/audio/vsound/Makefile b/audio/vsound/Makefile index 807ac52..417e458 100644 --- a/audio/vsound/Makefile +++ b/audio/vsound/Makefile @@ -13,7 +13,7 @@ COMMENT= Utility for capturing audio streams from programs with OSS output BUILD_DEPENDS= sox:${PORTSDIR}/audio/sox RUN_DEPENDS= sox:${PORTSDIR}/audio/sox -USES= libtool +USES= alias libtool GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS diff --git a/devel/asl/Makefile b/devel/asl/Makefile index ae00e7e..3f08a79 100644 --- a/devel/asl/Makefile +++ b/devel/asl/Makefile @@ -12,6 +12,7 @@ COMMENT= Assembler for a variety of microcontrollers/-processors ONLY_FOR_ARCHS= i386 amd64 +USES= alias MAKE_ENV+= STAGEDIR=${STAGEDIR} post-extract: diff --git a/games/edge/Makefile b/games/edge/Makefile index 16d1d1d..e21e7c1 100644 --- a/games/edge/Makefile +++ b/games/edge/Makefile @@ -20,7 +20,7 @@ LICENSE_COMB= dual LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ libpng.so:${PORTSDIR}/graphics/png -USES= gmake jpeg tar:bzip2 +USES= alias gmake jpeg tar:bzip2 USE_GL= glew USE_SDL= sdl MAKEFILE= Makefile.linux diff --git a/games/jfsw/Makefile b/games/jfsw/Makefile index f29396c..0055752 100644 --- a/games/jfsw/Makefile +++ b/games/jfsw/Makefile @@ -34,7 +34,7 @@ USE_GL= gl USE_GNOME= gtk20 USE_SDL= mixer sdl -USES= dos2unix gmake pkgconfig:build +USES= alias dos2unix gmake pkgconfig:build DOS2UNIX_REGEX= .*(\.(c|h)|Makefile)(\.deps)? NO_CDROM= Must be distributed only through the Internet and free of charge diff --git a/graphics/synaesthesia/Makefile b/graphics/synaesthesia/Makefile index a3188a2..0a4d552 100644 --- a/graphics/synaesthesia/Makefile +++ b/graphics/synaesthesia/Makefile @@ -12,7 +12,7 @@ COMMENT= Real-time graphical music representation program LICENSE= GPLv2 -USES= gmake +USES= alias gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE} USE_SDL= sdl diff --git a/multimedia/lxdvdrip/Makefile b/multimedia/lxdvdrip/Makefile index 45aa8e7..371684e 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 d950a22..d94c814 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" diff --git a/net/latd/Makefile b/net/latd/Makefile index 7aa71f5..33d1412 100644 --- a/net/latd/Makefile +++ b/net/latd/Makefile @@ -11,6 +11,7 @@ COMMENT= Linux-DECnet project LAT protocol suite LICENSE= GPLv2 +USES= alias GNU_CONFIGURE= yes PLIST_FILES= bin/llogin etc/latd.conf.sample \ diff --git a/net/ndpi/Makefile b/net/ndpi/Makefile index e9c5a7c..57afa11 100644 --- a/net/ndpi/Makefile +++ b/net/ndpi/Makefile @@ -21,7 +21,7 @@ LDFLAGS+= -L${LOCALBASE}/lib LIBS+= -ljson-c GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= autoreconf libtool pathfix pkgconfig compiler:c++11-lang +USES= alias autoreconf libtool pathfix pkgconfig compiler:c++11-lang WRKSRC= ${WRKDIR}/nDPI-${PORTVERSION} INSTALL_TARGET= install-strip diff --git a/sysutils/zbackup/Makefile b/sysutils/zbackup/Makefile index c9821aa..f5e9d6a 100644 --- a/sysutils/zbackup/Makefile +++ b/sysutils/zbackup/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libprotobuf.so:${PORTSDIR}/devel/protobuf \ liblzo2.so:${PORTSDIR}/archivers/lzo2 -USES= cmake +USES= alias cmake WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -- cgit v1.1