diff options
author | ade <ade@FreeBSD.org> | 2008-08-20 08:57:32 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2008-08-20 08:57:32 +0800 |
commit | 8eb92ae1d0dce072ddbe65c4852625fae9d1eddb (patch) | |
tree | 0187b240fea44ca0f29e4c127dba0644d947187e /x11 | |
parent | 6998bd19975dd6b512ccc433d82c50c8893fbc13 (diff) | |
download | freebsd-ports-gnome-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.tar.gz freebsd-ports-gnome-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.tar.zst freebsd-ports-gnome-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.zip |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-launch-box/Makefile | 2 | ||||
-rw-r--r-- | x11/idesk/Makefile | 2 | ||||
-rw-r--r-- | x11/powershell/Makefile | 2 | ||||
-rw-r--r-- | x11/vdesk/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome-launch-box/Makefile b/x11/gnome-launch-box/Makefile index c83bf78297cd..1069eab88375 100644 --- a/x11/gnome-launch-box/Makefile +++ b/x11/gnome-launch-box/Makefile @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= libgnomeui evolutiondataserver gnomemenus gnomedesktop -USE_AUTOTOOLS= autoconf:261 autoheader:261 automake:19 aclocal:19 libtool:15 +USE_AUTOTOOLS= autoconf:262 autoheader:262 automake:19 aclocal:19 libtool:15 ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= -a LIBTOOLFILES= diff --git a/x11/idesk/Makefile b/x11/idesk/Makefile index 2ae8959dd539..2e2bf8236e94 100644 --- a/x11/idesk/Makefile +++ b/x11/idesk/Makefile @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_EFL= imlib2 GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:261 +USE_AUTOTOOLS= autoconf:262 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} CXXFLAGS+= `imlib2-config --cflags` `freetype-config --cflags` diff --git a/x11/powershell/Makefile b/x11/powershell/Makefile index c71f635d9638..43307c4084a1 100644 --- a/x11/powershell/Makefile +++ b/x11/powershell/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A terminal emulator for the X11 USE_GNOME= gnomelibs gnomehier -USE_AUTOTOOLS= autoconf:261 +USE_AUTOTOOLS= autoconf:262 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `${IMLIB_CONFIG} --cflags`" \ LDFLAGS="-L${LOCALBASE}/lib `${IMLIB_CONFIG} --libs`" ALL_TARGET= ${PORTNAME} diff --git a/x11/vdesk/Makefile b/x11/vdesk/Makefile index 61a8c858de45..929c6985f4b9 100644 --- a/x11/vdesk/Makefile +++ b/x11/vdesk/Makefile @@ -22,7 +22,7 @@ PLIST_FILES= bin/vdesk PLIST_FILES+= share/doc/vdesk/${ii} .endfor .endif -USE_AUTOTOOLS= autoconf:261 +USE_AUTOTOOLS= autoconf:262 USE_XORG= x11 post-extract: |