summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-02 22:50:21 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-02 22:50:21 +0000
commit14d01e3e90df790832b93dbd69adcc589d88cdaa (patch)
tree13a4099154c016d7a6fa1231f0945884771f424f /cad
parent- Update to 4.0.2 (diff)
Add an explicit dependency on pkgconf
Notes
Notes: svn path=/head/; revision=326111
Diffstat (limited to 'cad')
-rw-r--r--cad/geda-symcheck/Makefile7
-rw-r--r--cad/geda-utils/Makefile8
2 files changed, 4 insertions, 11 deletions
diff --git a/cad/geda-symcheck/Makefile b/cad/geda-symcheck/Makefile
index 99681b83359d..1566c9ee85ee 100644
--- a/cad/geda-symcheck/Makefile
+++ b/cad/geda-symcheck/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: geda
-# Date created: 4 April 2001
-# Whom: bruno schwander <bruno@tinkerbox.org>
-#
+# Created by: bruno schwander <bruno@tinkerbox.org>
# $FreeBSD$
-#
PORTNAME= symcheck
PORTVERSION= 1.4.3
@@ -25,6 +21,7 @@ DOCSDIR= ${PREFIX}/share/doc/geda
DATADIR= ${PREFIX}/share/geda
GNU_CONFIGURE= yes
+USES= pkgconfig
USE_GNOME= gtk20
CONFIGURE_ARGS= --with-docdir=${DOCSDIR}
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/cad/geda-utils/Makefile b/cad/geda-utils/Makefile
index c1c508a5c46e..5b7907e4c893 100644
--- a/cad/geda-utils/Makefile
+++ b/cad/geda-utils/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: geda
-# Date created: 4 April 2001
-# Whom: bruno schwander <bruno@tinkerbox.org>
-#
+# Created by: bruno schwander <bruno@tinkerbox.org>
# $FreeBSD$
-#
PORTNAME= utils
PORTVERSION= 1.4.3
@@ -24,7 +20,7 @@ LIB_DEPENDS= geda.33:${PORTSDIR}/cad/libgeda
DOCSDIR= ${PREFIX}/share/doc/geda
DATADIR= ${PREFIX}/share/geda
-USES= perl5
+USES= perl5 pkgconfig
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk20