svn commit: r302352 - head/sysutils/garcon

Olivier Duchateau olivierd at FreeBSD.org
Thu Aug 9 19:29:23 UTC 2012


Author: olivierd
Date: Thu Aug  9 19:29:22 2012
New Revision: 302352
URL: http://svn.freebsd.org/changeset/ports/302352

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/sysutils/garcon/Makefile

Modified: head/sysutils/garcon/Makefile
==============================================================================
--- head/sysutils/garcon/Makefile	Thu Aug  9 19:22:26 2012	(r302351)
+++ head/sysutils/garcon/Makefile	Thu Aug  9 19:29:22 2012	(r302352)
@@ -7,6 +7,7 @@
 
 PORTNAME=	garcon
 PORTVERSION=	0.2.0
+PORTREVISION=	1
 CATEGORIES=	sysutils xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 DIST_SUBDIR=	xfce4
@@ -14,12 +15,12 @@ DIST_SUBDIR=	xfce4
 MAINTAINER=	xfce at FreeBSD.org
 COMMENT=	Xfce 4 essential utilities and scripts
 
-USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack glib20 intltool intlhack pkgconfig
+USE_GNOME=	gnomehack glib20 intltool intlhack
 USE_XFCE=	configenv libutil
+USE_PKGCONFIG=	build
 
 CONFIGURE_ARGS+=--disable-gtk-doc-html
 
@@ -44,4 +45,9 @@ CONFIGURE_ARGS+=--without-html-dir
 PLIST_SUB+=	APIDOCS="@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-all mailing list