diff options
author | asami <asami@FreeBSD.org> | 1998-12-13 16:46:12 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-13 16:46:12 +0800 |
commit | 6526ee159b54cf4a3a767a38b1b295cf0afb5491 (patch) | |
tree | c07b5e769b277a49cc468dceed232dace2b36970 /devel/mico | |
parent | f3576c4ee7602be4a7ae58fa2d9ff2945dae2a04 (diff) | |
download | freebsd-ports-gnome-6526ee159b54cf4a3a767a38b1b295cf0afb5491.tar.gz freebsd-ports-gnome-6526ee159b54cf4a3a767a38b1b295cf0afb5491.tar.zst freebsd-ports-gnome-6526ee159b54cf4a3a767a38b1b295cf0afb5491.zip |
Use USE_AUTOCONF instead of defining it as a dependency and calling it
explicitly.
Diffstat (limited to 'devel/mico')
-rw-r--r-- | devel/mico/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
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 <scrappy@freebsd.org> # -# $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 |