diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:58:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:58:16 +0800 |
commit | c01be3ee3ecc1a989921e8c11aeb17ab2aae75b4 (patch) | |
tree | 4953b7feaf7130581f51fe4f91c8154af688bc9f /cad/geda-netlist | |
parent | 6accdc043927f019f3403df308b7fd71dd90e026 (diff) | |
download | freebsd-ports-gnome-c01be3ee3ecc1a989921e8c11aeb17ab2aae75b4.tar.gz freebsd-ports-gnome-c01be3ee3ecc1a989921e8c11aeb17ab2aae75b4.tar.zst freebsd-ports-gnome-c01be3ee3ecc1a989921e8c11aeb17ab2aae75b4.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'cad/geda-netlist')
-rw-r--r-- | cad/geda-netlist/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cad/geda-netlist/Makefile b/cad/geda-netlist/Makefile index 7d339d8eaa46..c16e3ed4097c 100644 --- a/cad/geda-netlist/Makefile +++ b/cad/geda-netlist/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnetlist -# Date created: 4 April 2001 -# Whom: bruno schwander <bruno@tinkerbox.org> -# +# Created by: bruno schwander <bruno@tinkerbox.org> # $FreeBSD$ -# PORTNAME= netlist PORTVERSION= 1.4.3 @@ -26,6 +22,7 @@ DOCSDIR= ${PREFIX}/share/doc/geda GNU_CONFIGURE= yes USE_GNOME= gtk20 +USES= pkgconfig CONFIGURE_ARGS= --with-docdir=${DOCSDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |