From 01fa0c28ea163b78c159bba7d631d3301e16f03a Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sun, 13 Dec 1998 08:46:12 +0000 Subject: Use USE_AUTOCONF instead of defining it as a dependency and calling it explicitly. --- devel/mico/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'devel/mico/Makefile') diff --git a/devel/mico/Makefile b/devel/mico/Makefile index c424c521748d..cdf78299aca3 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -3,7 +3,7 @@ # Date created: 11 July 1998 # Whom: Marc G. Fournier # -# $Id: Makefile,v 1.24 1998/11/15 07:50:11 scrappy Exp $ +# $Id: Makefile,v 1.25 1998/11/16 03:25:26 scrappy Exp $ # DISTNAME= mico-2.2.3 @@ -23,14 +23,13 @@ LIBSTDC= ${PREFIX}/lib/gcc-lib/i386-unknown-freebsd${OSREL}/2.8.1/libstdc++.a LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk \ tcl80.1:${PORTSDIR}/lang/tcl80 BUILD_DEPENDS= g++28:${PORTSDIR}/lang/gcc28 \ - ${LIBSTDC}:${PORTSDIR}/lang/glibstdc++28 \ - autoconf:${PORTSDIR}/devel/autoconf + ${LIBSTDC}:${PORTSDIR}/lang/glibstdc++28 CC= gcc28 CXX= g++28 USE_QT= yes -GNU_CONFIGURE= yes +USE_AUTOCONF= yes USE_GMAKE= yes WRKSRC= ${WRKDIR}/mico @@ -42,9 +41,6 @@ MAN1= idl.1 imr.1 nsadmin.1 MAN5= micorc.5 MAN8= ird.8 micod.8 nsd.8 -pre-configure: - cd ${WRKSRC}; autoconf - post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m -- cgit v1.2.3