diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-03-14 06:17:56 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-03-14 06:17:56 +0000 |
commit | 3f651573ad3b90cf8e6539c52b4b34a1df543fa6 (patch) | |
tree | 14261786c359f03d9574a1c204f76ddc8ec4db8a /x11-fm | |
parent | 003520276a84300843c37e85ff39f416dec0bd8e (diff) | |
download | ports-3f651573ad3b90cf8e6539c52b4b34a1df543fa6.tar.gz ports-3f651573ad3b90cf8e6539c52b4b34a1df543fa6.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/krusader/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/krusader2/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 |
6 files changed, 6 insertions, 6 deletions
diff --git a/x11-fm/krusader/Makefile b/x11-fm/krusader/Makefile index ccfa04d300c6..44dd358ac80a 100644 --- a/x11-fm/krusader/Makefile +++ b/x11-fm/krusader/Makefile @@ -24,7 +24,7 @@ KDEDIR?=${LOCALBASE}/bin CONFIGURE_TARGET= CONFIGURE_ENV+=QTDIR=${QTDIR} KDEDIR=${KDEDIR} CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes MAN1= krusader.1 diff --git a/x11-fm/krusader2/Makefile b/x11-fm/krusader2/Makefile index ccfa04d300c6..44dd358ac80a 100644 --- a/x11-fm/krusader2/Makefile +++ b/x11-fm/krusader2/Makefile @@ -24,7 +24,7 @@ KDEDIR?=${LOCALBASE}/bin CONFIGURE_TARGET= CONFIGURE_ENV+=QTDIR=${QTDIR} KDEDIR=${KDEDIR} CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes MAN1= krusader.1 diff --git a/x11-fm/rox-filer/Makefile b/x11-fm/rox-filer/Makefile index 4c6d468b6bf6..f8bc598d8723 100644 --- a/x11-fm/rox-filer/Makefile +++ b/x11-fm/rox-filer/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/mime/packages/freedesktop.org.xml:${PORTSDIR}/mi PLIST_SUB+= LOCALBASE=${LOCALBASE} USE_GNOME= gtk20 pkgconfig libxml2 gnomevfs2 -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 HAS_CONFIGURE= yes MAN1= rox.1 diff --git a/x11-fm/rox-session/Makefile b/x11-fm/rox-session/Makefile index e0abfadc3e3f..ddcab41cb642 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= yes +USE_AUTOCONF_VER= 213 HAS_CONFIGURE= yes .include <bsd.port.pre.mk> diff --git a/x11-fm/velocity/Makefile b/x11-fm/velocity/Makefile index 41468c166e64..7869249c60e9 100644 --- a/x11-fm/velocity/Makefile +++ b/x11-fm/velocity/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ryan@transaeris.com COMMENT= GNOME file and desktop manager WRKSRC= ${WRKDIR}/velocity-0.1.0 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_X_PREFIX= yes USE_BZIP2= yes USE_GNOME= libgnomeui gnomedesktop librsvg2 diff --git a/x11-fm/xfce4-fm/Makefile b/x11-fm/xfce4-fm/Makefile index ff15d1bf6a45..f7ef9aa153da 100644 --- a/x11-fm/xfce4-fm/Makefile +++ b/x11-fm/xfce4-fm/Makefile @@ -30,7 +30,7 @@ USE_GNOME= gtk20 USE_REINPLACE= yes USE_X_PREFIX= yes USE_XPM= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ |