diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
commit | 7073ebf74ec3895bb8dada6cbe2e57f3329849cc (patch) | |
tree | 6e94333233053731622780aae8a8285e148ade96 /x11-wm/xfce4-panel | |
parent | f687852f8f35b5067f8978d6405346545b01be3a (diff) | |
download | FreeBSD-ports-7073ebf74ec3895bb8dada6cbe2e57f3329849cc.zip FreeBSD-ports-7073ebf74ec3895bb8dada6cbe2e57f3329849cc.tar.gz |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
Diffstat (limited to 'x11-wm/xfce4-panel')
-rw-r--r-- | x11-wm/xfce4-panel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile index cb5a09f..d0d9316 100644 --- a/x11-wm/xfce4-panel/Makefile +++ b/x11-wm/xfce4-panel/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-panel PORTVERSION= 4.0.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11-wm xfce MASTER_SITES= http://www.xfce.org/archive/xfce-${PORTVERSION}/src/ \ ftp://ftp.berlios.de/pub/xfce-goodies/${PORTVERSION}/xfce-${PORTVERSION}/src/ \ @@ -19,12 +19,12 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 panel module BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \ - xml2.5:${PORTSDIR}/textproc/libxml2 \ +LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ xfce4util.1:${PORTSDIR}/x11/libxfce4util \ xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui +USE_GETTEXT= yes USE_GNOME= gtk20 USE_REINPLACE= yes USE_X_PREFIX= yes |