summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-09-11 16:45:58 +0000
committerJohn Marino <marino@FreeBSD.org>2013-09-11 16:45:58 +0000
commit30fb06c870312f125ce13d34b81a10f7906677eb (patch)
tree07c99aa739c6b74a8b8c37fee0caed1e65bb175c /graphics
parent. fix build with clang (CFLAGS+=-Wno-return-type); (diff)
Add explicit dependency on pkgconf (18 ports)
Notes
Notes: svn path=/head/; revision=326991
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ocre/Makefile3
-rw-r--r--graphics/pygts/Makefile7
2 files changed, 3 insertions, 7 deletions
diff --git a/graphics/ocre/Makefile b/graphics/ocre/Makefile
index cac9d48dba23..857156cad0a3 100644
--- a/graphics/ocre/Makefile
+++ b/graphics/ocre/Makefile
@@ -21,8 +21,7 @@ RUN_DEPENDS= display:${PORTSDIR}/graphics/ImageMagick \
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME}
USE_GNOME= gtk20
-USES= gettext
-USE_GMAKE= yes
+USES= gettext gmake pkgconfig
MAKE_ENV= CFLAGS1="${CFLAGS}"
MANLANG= "" es
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>