From 9d8bdf65d49e2cf42724c0e03d82e2fd347e9d42 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Mon, 29 Apr 2002 02:34:51 +0000 Subject: No longer need to use old autoconf/automake; Mosfet apparently update the autotools stuff in the change from 0.9.2 to 0.9.4 Submitted by: maintainer --- x11-wm/mosfet-liquid/Makefile | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'x11-wm') diff --git a/x11-wm/mosfet-liquid/Makefile b/x11-wm/mosfet-liquid/Makefile index 0985fc795aee..f2b72de3b94b 100644 --- a/x11-wm/mosfet-liquid/Makefile +++ b/x11-wm/mosfet-liquid/Makefile @@ -13,24 +13,14 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@geeksrus.net -BUILD_DEPENDS= automake14:${PORTSDIR}/devel/automake14 \ - autoconf213:${PORTSDIR}/devel/autoconf213 +BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \ + autoconf:${PORTSDIR}/devel/autoconf GNU_CONFIGURE= yes USE_GMAKE= yes USE_KDEBASE_VER=3 INSTALLS_SHLIB= yes -MAKE_ENV+= PATH=${WRKDIR}/bin:${PATH} -CONFIGURE_ENV+= PATH=${WRKDIR}/bin:${PATH} - -pre-everything:: - ${MKDIR} ${WRKDIR}/bin - -$(LN) -sf ${LOCALBASE}/bin/aclocal14 ${WRKDIR}/bin/aclocal - -$(LN) -sf ${LOCALBASE}/bin/autoconf213 ${WRKDIR}/bin/autoconf - -$(LN) -sf ${LOCALBASE}/bin/autoheader213 ${WRKDIR}/bin/autoheader - -$(LN) -sf ${LOCALBASE}/bin/automake14 ${WRKDIR}/bin/automake - pre-configure: cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} -f Makefile.cvs -- cgit v1.2.3