diff options
author | marino <marino@FreeBSD.org> | 2015-10-05 19:50:13 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-10-05 19:50:13 +0800 |
commit | 85a9eec6562c6a2678c0b7038674f9286cd2d9ee (patch) | |
tree | bc62c26707a8cea1471f299c8bb01a2a418d1295 /graphics | |
parent | ee5f55380e27357e4a60a86f3f3467887322329a (diff) | |
download | freebsd-ports-gnome-85a9eec6562c6a2678c0b7038674f9286cd2d9ee.tar.gz freebsd-ports-gnome-85a9eec6562c6a2678c0b7038674f9286cd2d9ee.tar.zst freebsd-ports-gnome-85a9eec6562c6a2678c0b7038674f9286cd2d9ee.zip |
Add USES=alias to 4 ports (Aids DragonFly support)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/zphoto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/zphoto/Makefile b/graphics/zphoto/Makefile index c5e55a70ab7b..5c8db229cab0 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: |