aboutsummaryrefslogtreecommitdiff
path: root/deskutils/xfce4-tumbler
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2012-08-09 19:49:04 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2012-08-09 19:49:04 +0000
commit196868e1bc68d3b6e8a05db19bc7e2fb40b39b13 (patch)
tree43008a90844072ce458dfe61f73f7fb053577175 /deskutils/xfce4-tumbler
parenta39410a82b49c400514019a6d032424bf97f9d1d (diff)
downloadports-196868e1bc68d3b6e8a05db19bc7e2fb40b39b13.tar.gz
ports-196868e1bc68d3b6e8a05db19bc7e2fb40b39b13.zip
Notes
Diffstat (limited to 'deskutils/xfce4-tumbler')
-rw-r--r--deskutils/xfce4-tumbler/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/deskutils/xfce4-tumbler/Makefile b/deskutils/xfce4-tumbler/Makefile
index 8d50e3d9dc63..764ef926853a 100644
--- a/deskutils/xfce4-tumbler/Makefile
+++ b/deskutils/xfce4-tumbler/Makefile
@@ -7,7 +7,7 @@
PORTNAME= tumbler
PORTVERSION= 0.1.25
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
PKGNAMEPREFIX= xfce4-
@@ -23,10 +23,10 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_AUTOTOOLS= libtool
-USE_GNOME= glib20 gnomehack intltool intlhack pkgconfig
+USE_GNOME= glib20 gnomehack intltool intlhack
USE_LDCONFIG= yes
USE_XFCE= configenv
+USE_PKGCONFIG= build
CONFIGURE_ARGS= --enable-xdg-cache \
--disable-gtk-doc-html
@@ -126,4 +126,9 @@ CONFIGURE_ARGS+=--disable-raw-thumbnailer
PLIST_SUB+= RAW="@comment "
.endif
+.if empty(PORT_OPTIONS:MNLS)
+post-patch:
+ @${REINPLACE_CMD} -e 's| po||' ${WRKSRC}/Makefile.in
+.endif
+
.include <bsd.port.mk>