diff options
Diffstat (limited to 'x11/xfce4-trigger-launcher/Makefile')
-rw-r--r-- | x11/xfce4-trigger-launcher/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/xfce4-trigger-launcher/Makefile b/x11/xfce4-trigger-launcher/Makefile index 8faa3caae57a..67a28c35fce5 100644 --- a/x11/xfce4-trigger-launcher/Makefile +++ b/x11/xfce4-trigger-launcher/Makefile @@ -6,11 +6,11 @@ # PORTNAME= xfce4-trigger-launcher -PORTVERSION= 4.0.5 -PORTREVISION= 1 +PORTVERSION= 4.2.0 CATEGORIES= x11 xfce -MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/${PORTVERSION}/ \ - http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PORTVERSION}/src/ +MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ + http://spuriousinterrupt.org/projects/xfce4/files/mirror/xfce-${PORTVERSION}/ \ + http://public.fh-wolfenbuettel.de/~luedickj/xfce4/xfce-${PORTVERSION}/ DISTNAME= xfce4-trigger-launcher-${PORTVERSION} DIST_SUBDIR= xfce4 @@ -19,13 +19,13 @@ COMMENT= A command trigger plugin for xfce4-panel BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ - xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \ + xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ startup-notification-1.0:${PORTSDIR}/x11/startup-notification RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel USE_GNOME= gtk20 libxml2 USE_X_PREFIX= yes -USE_INC_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} .include <bsd.port.mk> |