diff options
author | lioux <lioux@FreeBSD.org> | 2002-04-29 02:34:51 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-04-29 02:34:51 +0000 |
commit | d2c22df2d68e2808408f0e7816956ef700580440 (patch) | |
tree | 4888598296006be957dc4b5672397c80a0d3680e /x11-wm/mosfet-liquid | |
parent | e16a937f3b82a8fe312cea2434bb2b052a960662 (diff) | |
download | FreeBSD-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/Makefile | 14 |
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 |