diff options
author | rillig <rillig@pkgsrc.org> | 2006-11-12 00:04:57 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-11-12 00:04:57 +0000 |
commit | 92357fd675d2f287525db1187865fc1e120a3b7d (patch) | |
tree | eab6ecba7050672bb0dd0a93a848d95284a340e2 /emulators | |
parent | ddf11cfa060240b0c692febe92fbfe3cbee335ce (diff) | |
download | pkgsrc-92357fd675d2f287525db1187865fc1e120a3b7d.tar.gz |
Needs perl. PKGREVISION++
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/tme/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile index 2343ddf5546..daca39bdc7d 100644 --- a/emulators/tme/Makefile +++ b/emulators/tme/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2006/10/21 21:53:04 ben Exp $ +# $NetBSD: Makefile,v 1.12 2006/11/12 00:04:57 rillig Exp $ # DISTNAME= tme-0.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://theory.lcs.mit.edu/~fredette/tme/ @@ -16,7 +16,7 @@ COMMENT= The Machine Emulator USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake perl:run CONFIGURE_ARGS+= --disable-debug |