summaryrefslogtreecommitdiffstats
path: root/x11-wm/mosfet-liquid
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-04-29 02:34:51 +0000
committerlioux <lioux@FreeBSD.org>2002-04-29 02:34:51 +0000
commitd2c22df2d68e2808408f0e7816956ef700580440 (patch)
tree4888598296006be957dc4b5672397c80a0d3680e /x11-wm/mosfet-liquid
parente16a937f3b82a8fe312cea2434bb2b052a960662 (diff)
downloadFreeBSD-ports-d2c22df2d68e2808408f0e7816956ef700580440.zip
FreeBSD-ports-d2c22df2d68e2808408f0e7816956ef700580440.tar.gz
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
Diffstat (limited to 'x11-wm/mosfet-liquid')
-rw-r--r--x11-wm/mosfet-liquid/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/x11-wm/mosfet-liquid/Makefile b/x11-wm/mosfet-liquid/Makefile
index 0985fc7..f2b72de 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
OpenPOWER on IntegriCloud