svn commit: r302357 - head/deskutils/xfce4-tumbler

Olivier Duchateau olivierd at FreeBSD.org
Thu Aug 9 19:49:05 UTC 2012


Author: olivierd
Date: Thu Aug  9 19:49:04 2012
New Revision: 302357
URL: http://svn.freebsd.org/changeset/ports/302357

Log:
  - Use USE_PKGCONFIG macro
  - Add patch when NLS is unset
  - Remove USE_AUTOTOOLS (libtool) macro
  
  Submitted by:	myself
  Approved by:	miwi, rene (mentors)

Modified:
  head/deskutils/xfce4-tumbler/Makefile

Modified: head/deskutils/xfce4-tumbler/Makefile
==============================================================================
--- head/deskutils/xfce4-tumbler/Makefile	Thu Aug  9 19:48:14 2012	(r302356)
+++ head/deskutils/xfce4-tumbler/Makefile	Thu Aug  9 19:49:04 2012	(r302357)
@@ -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/
 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-thumbnaile
 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>



More information about the svn-ports-head mailing list