svn commit: r319301 - head/graphics/pfstmo

Baptiste Daroussin bapt at FreeBSD.org
Tue May 28 09:33:30 UTC 2013


Author: bapt
Date: Tue May 28 09:33:29 2013
New Revision: 319301
URL: http://svnweb.freebsd.org/changeset/ports/319301

Log:
  Add an explicit build dep on pkgconf

Modified:
  head/graphics/pfstmo/Makefile

Modified: head/graphics/pfstmo/Makefile
==============================================================================
--- head/graphics/pfstmo/Makefile	Tue May 28 09:27:19 2013	(r319300)
+++ head/graphics/pfstmo/Makefile	Tue May 28 09:33:29 2013	(r319301)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:   pfstmo
-# Date created:        Fri Jun  1 16:13:32 UTC 2007
-# Whom:                argv[0] (Iouri V. Ivliev)
-#
+# Created by: Iouri V. Ivliev
 # $FreeBSD$
 
 PORTNAME=	pfstmo
@@ -18,6 +15,7 @@ LIB_DEPENDS=	pfs-1.2:${PORTSDIR}/graphic
 PFS_CPPFLAGS=	-I${LOCALBASE}/include
 PFS_LDFLAGS=	-L${LOCALBASE}/lib
 
+USES=		pkgconfig
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	${PFS_CPPFLAGS}
 LDFLAGS+=	${PFS_LDFLAGS}


More information about the svn-ports-head mailing list