diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-03 14:25:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-03 14:25:04 +0000 |
commit | 66b587d2172ac46f7678f5e53510580dab1aba33 (patch) | |
tree | 4aecf5880dde25466cd0c570185b40c57d597b01 /lang/dylan-compiler | |
parent | 362d12556c462bcdd0abea748e3b7a5b7ebb40ac (diff) | |
download | pkgsrc-66b587d2172ac46f7678f5e53510580dab1aba33.tar.gz |
Use automake.mk. Adapt PLIST.
Diffstat (limited to 'lang/dylan-compiler')
-rw-r--r-- | lang/dylan-compiler/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/dylan-compiler/Makefile b/lang/dylan-compiler/Makefile index 64a85a17e5e..5caa920aa3e 100644 --- a/lang/dylan-compiler/Makefile +++ b/lang/dylan-compiler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/01/17 08:26:41 agc Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/03 14:25:04 wiz Exp $ # PKGNAME= dylan-compiler-${DYLAN_VERSION} @@ -6,7 +6,7 @@ PKGNAME= dylan-compiler-${DYLAN_VERSION} PATCHDIR= ${.CURDIR}/../dylan-interpreter/patches DISTINFO_FILE= ${.CURDIR}/../dylan-interpreter/distinfo -AUTOGEN_TARGET= --enable-mindy-bootstrap +CONFIGURE_ARGS+= --enable-mindy-bootstrap CONFLICTS= dylan-interpreter-[0-9]* |