diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-26 05:40:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-26 05:40:22 +0000 |
commit | 9346b215f04cc84bbb7125ff2fcf03978f859a21 (patch) | |
tree | 73bea5baa559b61c5e812c50ac96fad638950c75 /cad | |
parent | 49ac3accb4fc378c681317849f4ae94655a61423 (diff) | |
download | ports-9346b215f04cc84bbb7125ff2fcf03978f859a21.tar.gz ports-9346b215f04cc84bbb7125ff2fcf03978f859a21.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/adms/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/adms/Makefile b/cad/adms/Makefile index 5a337d617219..11292cf261da 100644 --- a/cad/adms/Makefile +++ b/cad/adms/Makefile @@ -18,11 +18,10 @@ COMMENT= A model generator for SPICE simulators LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config - USE_GNOME= glib20 USE_GMAKE= yes GNU_CONFIGURE= yes +USE_PKGCONFIG= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes |