diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
commit | 186b8ba82fdd761aee89704395c52ac809bc7026 (patch) | |
tree | 65c820907a86a7c844ee463115637dde60f2aa36 /games/xfce4-toys | |
parent | 742adcabd74aa0adc91246bae79c97658a078415 (diff) | |
download | ports-186b8ba82fdd761aee89704395c52ac809bc7026.tar.gz ports-186b8ba82fdd761aee89704395c52ac809bc7026.zip |
Notes
Diffstat (limited to 'games/xfce4-toys')
-rw-r--r-- | games/xfce4-toys/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xfce4-toys/Makefile b/games/xfce4-toys/Makefile index f0806c060fe5..3e463a3dbc68 100644 --- a/games/xfce4-toys/Makefile +++ b/games/xfce4-toys/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-toys PORTVERSION= 4.0.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= games 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= Toys for the XFce 4 panel BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \ - xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \ +LIB_DEPENDS= xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \ xml2.5:${PORTSDIR}/textproc/libxml2 \ startup-notification-1.0:${PORTSDIR}/x11/startup-notification RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel +USE_GETTEXT= yes USE_GNOME= gtk20 USE_X_PREFIX= yes USE_LIBTOOL= yes |