diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-04-18 17:29:54 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-04-18 17:29:54 +0000 |
commit | de7dc54394212d813deaf344640659d4a63575da (patch) | |
tree | 1cb8d0cb9d4252893128c58e2a099e665c465587 /sysutils/xfce4-mcs-plugins/Makefile | |
parent | 6bbdbd573c9949523803be71f33309f0ca158472 (diff) | |
download | ports-de7dc54394212d813deaf344640659d4a63575da.tar.gz ports-de7dc54394212d813deaf344640659d4a63575da.zip |
update to 4.0.5
use libtool version 15 instead of 13
Notes
Notes:
svn path=/head/; revision=107452
Diffstat (limited to 'sysutils/xfce4-mcs-plugins/Makefile')
-rw-r--r-- | sysutils/xfce4-mcs-plugins/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/xfce4-mcs-plugins/Makefile b/sysutils/xfce4-mcs-plugins/Makefile index c889ab8b2fa8..8d2be0502226 100644 --- a/sysutils/xfce4-mcs-plugins/Makefile +++ b/sysutils/xfce4-mcs-plugins/Makefile @@ -6,11 +6,10 @@ # PORTNAME= xfce4-mcs-plugins -PORTVERSION= 4.0.4 -PORTREVISION= 1 +PORTVERSION= 4.0.5 +PORTREVISION= 0 CATEGORIES= sysutils xfce -MASTER_SITES= http://www.xfce.org/archive/xfce-${PORTVERSION}/src/ \ - ftp://ftp.berlios.de/pub/xfce-goodies/${PORTVERSION}/ \ +MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/${PORTVERSION}/ \ http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PORTVERSION}/src/ DISTNAME= xfce-mcs-plugins-${PORTVERSION} DIST_SUBDIR= xfce4 @@ -25,7 +24,7 @@ LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ USE_GETTEXT= yes USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ |