diff options
author | dholland <dholland@pkgsrc.org> | 2008-07-14 02:03:12 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2008-07-14 02:03:12 +0000 |
commit | c8ba9ee884f005abda32280ec05a2a6761533e4a (patch) | |
tree | 02cd01a6aaef1dd14947db2935c0c11421add0ef | |
parent | 01f288b13aa552c963c44ad09f465b9156840253 (diff) | |
download | pkgsrc-c8ba9ee884f005abda32280ec05a2a6761533e4a.tar.gz |
There's a perl script in here. Add USE_TOOLS=perl:run for it.
Noted by Aleksej Saushev in PR pkg/39079.
Ride previous version change.
-rw-r--r-- | lang/sather/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sather/Makefile b/lang/sather/Makefile index bec75926a2a..6b3eea6731c 100644 --- a/lang/sather/Makefile +++ b/lang/sather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2008/07/14 01:23:52 dholland Exp $ +# $NetBSD: Makefile,v 1.42 2008/07/14 02:03:12 dholland Exp $ DISTNAME= sather-1.2.3 CATEGORIES= lang @@ -11,7 +11,7 @@ COMMENT= Compiler for the Sather object oriented programming language PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= gmake makeinfo pax +USE_TOOLS+= gmake makeinfo pax perl:run BUILD_TARGET= full optional INFO_FILES= # PLIST |