diff options
Diffstat (limited to 'misc/xfce4-iconbox/Makefile')
-rw-r--r-- | misc/xfce4-iconbox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/xfce4-iconbox/Makefile b/misc/xfce4-iconbox/Makefile index d98596420b13..47d01fc0ae4d 100644 --- a/misc/xfce4-iconbox/Makefile +++ b/misc/xfce4-iconbox/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-iconbox PORTVERSION= 4.2.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= misc xfce MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ @@ -25,7 +25,7 @@ LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ USE_GETTEXT= yes USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ |