diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
commit | 1a628ded35ecbbc5eeb75598dd844d830aca8cb2 (patch) | |
tree | 128ce8505dc266bea10a8cf389f38de197424aed /irc | |
parent | 639a61155c89af6b9b01d796a82cbd2ad643a299 (diff) |
Sync with new bsd.autotools.mk
Notes
Notes:
svn path=/head/; revision=110841
Diffstat (limited to 'irc')
-rw-r--r-- | irc/dancer-services/Makefile | 8 | ||||
-rw-r--r-- | irc/xchat-gnome/Makefile | 2 |
2 files changed, 4 insertions, 6 deletions
diff --git a/irc/dancer-services/Makefile b/irc/dancer-services/Makefile index 547a513d5d6f..9ca10f0c728b 100644 --- a/irc/dancer-services/Makefile +++ b/irc/dancer-services/Makefile @@ -15,11 +15,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= knu@FreeBSD.org COMMENT= The IRC services (nickserv, chanserv, etc.) for dancer-ircd -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:${PORTSDIR}/devel/autoconf \ - ${LOCALBASE}/bin/automake:${PORTSDIR}/devel/automake - +WANT_AUTOMAKE_VER=15 +WANT_AUTOCONF_VER=253 USE_RC_SUBR= yes - USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes @@ -39,7 +37,7 @@ post-patch: ${WRKSRC}/bin/settings.conf.in pre-configure: - cd ${WRKSRC}; ${SH} ./autogen.sh + cd ${WRKSRC}; ${SETENV} ${SCRIPTS_ENV} ${SH} ./autogen.sh pre-build: cd ${WRKSRC}; ${MAKE} depend diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 1ccda7e274d2..435b2dc457df 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -20,7 +20,7 @@ USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${XCHAT_VER} XCHAT_VER= 2.0.8 USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GNOME= gnomeprefix gnomehack lthack libgnomeui GNU_CONFIGURE= yes USE_REINPLACE= yes |