diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 06:36:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 06:36:41 +0000 |
commit | db7a56d5edac0833e3f5182aa505b20354dcc3f9 (patch) | |
tree | 49a1c0a19d2528061ed83095e4acf1b3cab87fe5 /cad | |
parent | ea1237cf5e53134db56449396d80dbaa8167c827 (diff) | |
download | ports-db7a56d5edac0833e3f5182aa505b20354dcc3f9.tar.gz ports-db7a56d5edac0833e3f5182aa505b20354dcc3f9.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/geda-gschem/Makefile | 2 | ||||
-rw-r--r-- | cad/transcalc/Makefile | 8 |
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 |