summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-18 08:38:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-18 08:38:20 +0000
commit2b07ee6ce079233c14fbe6d2b8bc72cb65126d3e (patch)
treedcc51daa0e2c5e9ccc324cd5a8c84ae9b92545d4 /devel
parentFix build with/without iconv (diff)
Add an explicit dependency on pkgconf
Notes
Notes: svn path=/head/; revision=327535
Diffstat (limited to 'devel')
-rw-r--r--devel/py-statgrab/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/py-statgrab/Makefile b/devel/py-statgrab/Makefile
index 04b83fa9e317..323f914c1fa5 100644
--- a/devel/py-statgrab/Makefile
+++ b/devel/py-statgrab/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: py-statgrab
-# Date created: 20 March 2004
-# Whom: Tim Bishop <tim@bishnet.net>
-#
+# Created by: Tim Bishop <tim@bishnet.net>
# $FreeBSD$
-#
PORTNAME= statgrab
PORTVERSION= 0.5
@@ -22,6 +18,7 @@ COMMENT= A set of Python bindings for libstatgrab
LIB_DEPENDS= statgrab.8:${PORTSDIR}/devel/libstatgrab
DIST_SUBDIR= i-scream
+USES= pkgconfig
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= pystatgrab