diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-18 16:38:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-18 16:38:20 +0800 |
commit | d76c3e65cec790802b4e11280b57df5d97fdc845 (patch) | |
tree | dcc51daa0e2c5e9ccc324cd5a8c84ae9b92545d4 /devel | |
parent | 2f66c48a52d7547c8bbeeb90969c2f11739c299d (diff) | |
download | freebsd-ports-gnome-d76c3e65cec790802b4e11280b57df5d97fdc845.tar.gz freebsd-ports-gnome-d76c3e65cec790802b4e11280b57df5d97fdc845.tar.zst freebsd-ports-gnome-d76c3e65cec790802b4e11280b57df5d97fdc845.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-statgrab/Makefile | 7 |
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 |