summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-10-05 11:50:13 +0000
committermarino <marino@FreeBSD.org>2015-10-05 11:50:13 +0000
commit85a9eec6562c6a2678c0b7038674f9286cd2d9ee (patch)
treebc62c26707a8cea1471f299c8bb01a2a418d1295
parentee5f55380e27357e4a60a86f3f3467887322329a (diff)
downloadFreeBSD-ports-85a9eec6562c6a2678c0b7038674f9286cd2d9ee.zip
FreeBSD-ports-85a9eec6562c6a2678c0b7038674f9286cd2d9ee.tar.gz
Add USES=alias to 4 ports (Aids DragonFly support)
-rw-r--r--archivers/hpack.non-usa.only/Makefile1
-rw-r--r--ftp/multiget/Makefile2
-rw-r--r--graphics/zphoto/Makefile2
-rw-r--r--www/quickie/Makefile2
4 files changed, 4 insertions, 3 deletions
diff --git a/archivers/hpack.non-usa.only/Makefile b/archivers/hpack.non-usa.only/Makefile
index 99bbe31..846d3db 100644
--- a/archivers/hpack.non-usa.only/Makefile
+++ b/archivers/hpack.non-usa.only/Makefile
@@ -11,6 +11,7 @@ DISTNAME= hpack79src
MAINTAINER= ports@FreeBSD.org
COMMENT= Multi-System Archiver with open keys PGP-based security
+USES= alias
USE_CSTD= gnu89
NO_WRKSUBDIR= yes
MAKEFILE= makefile
diff --git a/ftp/multiget/Makefile b/ftp/multiget/Makefile
index 421f391..8828438 100644
--- a/ftp/multiget/Makefile
+++ b/ftp/multiget/Makefile
@@ -12,7 +12,7 @@ COMMENT= HTTP/FTP downloader with a nice GUI
WRKSRC_SUBDIR= src
-USES= dos2unix
+USES= alias dos2unix
USE_WX= 2.8
WX_UNICODE= yes
MAKEFILE= makefile
diff --git a/graphics/zphoto/Makefile b/graphics/zphoto/Makefile
index c5e55a7..5c8db22 100644
--- a/graphics/zphoto/Makefile
+++ b/graphics/zphoto/Makefile
@@ -25,7 +25,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-avifile
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
-USES= perl5 gmake
+USES= alias gmake perl5
USE_PERL5= build
post-patch:
diff --git a/www/quickie/Makefile b/www/quickie/Makefile
index a31d730..82877b0 100644
--- a/www/quickie/Makefile
+++ b/www/quickie/Makefile
@@ -15,7 +15,7 @@ COMMENT= Small footprint, fast Wiki engine written in C++
LICENSE= GPLv2 # (or later)
-USES= perl5
+USES= alias perl5
USE_PERL5= build patch
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
OpenPOWER on IntegriCloud