Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 2013 08:09:14 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317857 - head/devel/geany-plugins/files
Message-ID:  <201305110809.r4B89Ep0086332@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305110809.r4B89Ep0086332>