diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-10 20:01:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-10 20:01:27 +0000 |
commit | b74c9e33096ac0eaca6a2237cef1567386a6d28d (patch) | |
tree | de1f6ba111164170238fb94cf55382ad20366328 /net | |
parent | 9daaf39d75d668fe247a70303853476c20233340 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/cyphesis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cyphesis/Makefile b/net/cyphesis/Makefile index bffd2f62da54..19c8562c3d9f 100644 --- a/net/cyphesis/Makefile +++ b/net/cyphesis/Makefile @@ -22,7 +22,7 @@ CONFIGURE_ARGS= --with-python=${LOCALBASE} GNU_CONFIGURE= yes USE_BZIP2= yes -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes USE_PGSQL= yes USE_PYTHON= -2.7 |