diff options
author | marino <marino@FreeBSD.org> | 2013-09-12 00:45:58 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-12 00:45:58 +0800 |
commit | 033d92e77ae18eb45aaaa08cf1b4037bb1536ad0 (patch) | |
tree | 07c99aa739c6b74a8b8c37fee0caed1e65bb175c /graphics/pygts | |
parent | 7acdfd231b879eab1e859a7cbbd62e2a1231bc05 (diff) | |
download | freebsd-ports-gnome-033d92e77ae18eb45aaaa08cf1b4037bb1536ad0.tar.gz freebsd-ports-gnome-033d92e77ae18eb45aaaa08cf1b4037bb1536ad0.tar.zst freebsd-ports-gnome-033d92e77ae18eb45aaaa08cf1b4037bb1536ad0.zip |
Add explicit dependency on pkgconf (18 ports)
Diffstat (limited to 'graphics/pygts')
-rw-r--r-- | graphics/pygts/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/pygts/Makefile b/graphics/pygts/Makefile index bab8cdd54b91..c98ab422d78e 100644 --- a/graphics/pygts/Makefile +++ b/graphics/pygts/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pygts -# Date created: 17 May, 2009 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= pygts PORTVERSION= 0.3.1 @@ -19,5 +15,6 @@ LIB_DEPENDS= gts.5:${PORTSDIR}/graphics/gts USE_PYTHON= yes USE_PYDISTUTILS= yes +USES= pkgconfig .include <bsd.port.mk> |