diff options
author | lesi <lesi@FreeBSD.org> | 2004-12-23 09:46:03 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2004-12-23 09:46:03 +0800 |
commit | 68d0a43ffe2783cac8c6bba4c529d2e33de44a54 (patch) | |
tree | 230fde865b6f2151eb1c3f741f72b0ad4a1393a3 /games/asc | |
parent | bc7996331250d146522379669fb9e95a19c05b60 (diff) | |
download | freebsd-ports-gnome-68d0a43ffe2783cac8c6bba4c529d2e33de44a54.tar.gz freebsd-ports-gnome-68d0a43ffe2783cac8c6bba4c529d2e33de44a54.tar.zst freebsd-ports-gnome-68d0a43ffe2783cac8c6bba4c529d2e33de44a54.zip |
Add perl as build dependency explicitly - it used to be there as
run dependency of X libraries, not any more.
Pointed out by: dosirak via kris
Approved by: maintainer timeout
Diffstat (limited to 'games/asc')
-rw-r--r-- | games/asc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/asc/Makefile b/games/asc/Makefile index 6fb33ab1e8f3..10ff416a7b95 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -22,6 +22,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_SDL= image mm mixer sdl USE_GMAKE= yes +USE_PERL5_BUILD=yes USE_REINPLACE= yes USE_LIBTOOL_VER=13 USE_GETOPT_LONG= yes |