diff options
author | dholland <dholland@pkgsrc.org> | 2011-07-04 21:37:34 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-07-04 21:37:34 +0000 |
commit | fa7b3e45dba3d3a0443c1806b59db27bf1c5ab22 (patch) | |
tree | 6216f624fb200cf68e394894480edcdf932e49d4 /emulators/hercules | |
parent | 86b988ba56ce571288f0046672c2db73f814b3e6 (diff) | |
download | pkgsrc-fa7b3e45dba3d3a0443c1806b59db27bf1c5ab22.tar.gz |
Needs USE_TOOLS+=perl:run, not just REPLACE_PERL.
Diffstat (limited to 'emulators/hercules')
-rw-r--r-- | emulators/hercules/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile index 91522ef4e86..d5a71506b6d 100644 --- a/emulators/hercules/Makefile +++ b/emulators/hercules/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2011/05/01 23:28:57 ryoon Exp $ +# $NetBSD: Makefile,v 1.26 2011/07/04 21:37:34 dholland Exp $ DISTNAME= hercules-3.07 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://www.hercules-390.org/ @@ -21,6 +22,7 @@ USE_LIBTOOL= YES PTHREAD_OPTS+= require REPLACE_PERL+= util/cvslvlck +USE_TOOLS+= perl:run INSTALLATION_DIRS+= bin share/examples/hercules #CONFIGURE_ARGS+= --enable-setuid-hercifc=hercules |