summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-03 06:36:41 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-03 06:36:41 +0000
commitdb7a56d5edac0833e3f5182aa505b20354dcc3f9 (patch)
tree49a1c0a19d2528061ed83095e4acf1b3cab87fe5 /cad
parent- fix segfault on 64bit with option XFT (diff)
Add an explicit dependency on pkgconf
Notes
Notes: svn path=/head/; revision=326122
Diffstat (limited to 'cad')
-rw-r--r--cad/geda-gschem/Makefile2
-rw-r--r--cad/transcalc/Makefile8
2 files changed, 3 insertions, 7 deletions
diff --git a/cad/geda-gschem/Makefile b/cad/geda-gschem/Makefile
index c951ca46c11c..49ef0f73f9e0 100644
--- a/cad/geda-gschem/Makefile
+++ b/cad/geda-gschem/Makefile
@@ -21,7 +21,7 @@ DOCSDIR= ${PREFIX}/share/doc/geda
DATADIR= ${PREFIX}/share/geda
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake pkgconfig
USE_GNOME= gtk20
INSTALLS_ICONS= yes
CONFIGURE_ARGS= --enable-gdgeda --with-docdir=${DOCSDIR} \
diff --git a/cad/transcalc/Makefile b/cad/transcalc/Makefile
index 67e831ddb92f..08abb3fb8d18 100644
--- a/cad/transcalc/Makefile
+++ b/cad/transcalc/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for: transcalc
-# Date created: Sep 6, 2002
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= transcalc
PORTVERSION= 0.14
@@ -15,6 +10,7 @@ MASTER_SITES= http://transcalc.sourceforge.net/
MAINTAINER= ports@FreeBSD.org
COMMENT= A analysis and synthesis tool for RF and microwave transmission lines
+USES= pkgconfig
USE_GNOME= gtk20
GNU_CONFIGURE= yes