summaryrefslogtreecommitdiff
path: root/lang/cim/Makefile
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-04-21 01:10:58 +0000
committerjtb <jtb@pkgsrc.org>2001-04-21 01:10:58 +0000
commit56c5d1ec87021ca82597d633eb21eb8c2dc4c8b6 (patch)
treed7c2803bde1717739c38f3ba5d93df895a824d33 /lang/cim/Makefile
parentaf4d779d5ebeae00b0bfe01d8036b1e1b3b17820 (diff)
downloadpkgsrc-56c5d1ec87021ca82597d633eb21eb8c2dc4c8b6.tar.gz
Patch "configure" rather than "aclocal.m4".
Diffstat (limited to 'lang/cim/Makefile')
-rw-r--r--lang/cim/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/lang/cim/Makefile b/lang/cim/Makefile
index 17f0c832d01..f367dcb90c5 100644
--- a/lang/cim/Makefile
+++ b/lang/cim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/04/14 21:43:46 jtb Exp $
+# $NetBSD: Makefile,v 1.9 2001/04/21 01:10:58 jtb Exp $
DISTNAME= cim-3.30
CATEGORIES= lang
@@ -8,16 +8,11 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/cim/cim.html
COMMENT= Simula compiler based on the C programming language
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
-
-GNU_CONFIGURE= YES
-USE_LIBTOOL= YES
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-USE_PERL5= YES
+USE_PERL5= yes
INFO_FILES= cim.info
-pre-configure:
- cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf
-
.include "../../mk/bsd.pkg.mk"