diff options
author | Ade Lovett <ade@FreeBSD.org> | 2005-11-15 06:52:12 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2005-11-15 06:52:12 +0000 |
commit | 54a0b86543e9ffa811825f0afecea56e89aac2a5 (patch) | |
tree | f56fb969c6a70f5e63287a4f791d035ab1ef0ddc /x11-fm | |
parent | 1fccb46f1497a538f24ec00f14b7826570bc0a3a (diff) | |
download | ports-54a0b86543e9ffa811825f0afecea56e89aac2a5.tar.gz ports-54a0b86543e9ffa811825f0afecea56e89aac2a5.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/evidence/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/rox-filer/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/rox-session/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/velocity/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/xfce4-fm/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/x11-fm/evidence/Makefile b/x11-fm/evidence/Makefile index b412bf0f5808..2c259b390312 100644 --- a/x11-fm/evidence/Makefile +++ b/x11-fm/evidence/Makefile @@ -30,7 +30,7 @@ USE_X_PREFIX= yes USE_GNOME= gtk20 USE_GETTEXT= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --disable-dbus \ --disable-dcop \ --enable-ecore-ipc \ diff --git a/x11-fm/rox-filer/Makefile b/x11-fm/rox-filer/Makefile index 6147f519dcae..e0df105ba051 100644 --- a/x11-fm/rox-filer/Makefile +++ b/x11-fm/rox-filer/Makefile @@ -22,7 +22,7 @@ PLIST_SUB+= LOCALBASE=${LOCALBASE} USE_XLIB= yes USE_GNOME= pkgconfig glib20 gtk20 libxml2 gnomevfs2 pango -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 HAS_CONFIGURE= yes MAN1= rox.1 diff --git a/x11-fm/rox-session/Makefile b/x11-fm/rox-session/Makefile index e15d1918f5e4..37b1b56540e2 100644 --- a/x11-fm/rox-session/Makefile +++ b/x11-fm/rox-session/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer WRKSRC= ${WRKDIR}/ROX-Session-${PORTVERSION} USE_GNOME= gtk20 pkgconfig libxml2 -USE_AUTOCONF_VER= 213 +USE_AUTOTOOLS= autoconf:213 HAS_CONFIGURE= yes .include <bsd.port.pre.mk> diff --git a/x11-fm/velocity/Makefile b/x11-fm/velocity/Makefile index 9d26a76389a0..143d9c4b0224 100644 --- a/x11-fm/velocity/Makefile +++ b/x11-fm/velocity/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ryan.moe@fastfreedom.net COMMENT= GNOME file and desktop manager WRKSRC= ${WRKDIR}/velocity-0.1.0 -USE_LIBTOOL_VER=13 +USE_AUTOTOOLS= libtool:13 USE_X_PREFIX= yes USE_BZIP2= yes USE_REINPLACE= yes diff --git a/x11-fm/xfce4-fm/Makefile b/x11-fm/xfce4-fm/Makefile index c4dc1553eca9..74b7ccfed890 100644 --- a/x11-fm/xfce4-fm/Makefile +++ b/x11-fm/xfce4-fm/Makefile @@ -30,7 +30,7 @@ USE_GNOME= gtk20 gnomehack USE_REINPLACE= yes USE_X_PREFIX= yes USE_XPM= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ |