aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-28 17:33:29 +0800
committerbapt <bapt@FreeBSD.org>2013-05-28 17:33:29 +0800
commit19e8aba5c29aa5ca23ccf92b1033e041718c8baf (patch)
treee6be579c5114d8fc3835b222c91d27c727b1e6c8 /graphics
parent0f7ec093dd8839898166fe6629c07d7064938556 (diff)
downloadfreebsd-ports-gnome-19e8aba5c29aa5ca23ccf92b1033e041718c8baf.tar.gz
freebsd-ports-gnome-19e8aba5c29aa5ca23ccf92b1033e041718c8baf.tar.zst
freebsd-ports-gnome-19e8aba5c29aa5ca23ccf92b1033e041718c8baf.zip
Add an explicit build dep on pkgconf
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pfstmo/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/pfstmo/Makefile b/graphics/pfstmo/Makefile
index 3a8e416dc233..2dfd20228d19 100644
--- a/graphics/pfstmo/Makefile
+++ b/graphics/pfstmo/Makefile
@@ -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}/graphics/pfstools
PFS_CPPFLAGS= -I${LOCALBASE}/include
PFS_LDFLAGS= -L${LOCALBASE}/lib
+USES= pkgconfig
GNU_CONFIGURE= yes
CPPFLAGS+= ${PFS_CPPFLAGS}
LDFLAGS+= ${PFS_LDFLAGS}