svn commit: r317857 - head/devel/geany-plugins/files

Max Brazhnikov makc at FreeBSD.org
Sat May 11 08:09:15 UTC 2013


Author: makc
Date: Sat May 11 08:09:14 2013
New Revision: 317857
URL: http://svnweb.freebsd.org/changeset/ports/317857

Log:
  Fix packaging after conversion to USES
  
  Reported by:	pointyhat (miwi)

Modified:
  head/devel/geany-plugins/files/Makefile.common

Modified: head/devel/geany-plugins/files/Makefile.common
==============================================================================
--- head/devel/geany-plugins/files/Makefile.common	Sat May 11 07:42:20 2013	(r317856)
+++ head/devel/geany-plugins/files/Makefile.common	Sat May 11 08:09:14 2013	(r317857)
@@ -17,7 +17,7 @@ USE_BZIP2=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS+=	libtool
-USES=		pkgconfig
+USES+=		pkgconfig
 USE_GNOME+=	gtk20
 
 # geany-plugins-l10n is not a plugin, thus special treatment


More information about the svn-ports-all mailing list