diff options
author | pav <pav@FreeBSD.org> | 2007-01-25 06:47:36 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-01-25 06:47:36 +0800 |
commit | 0cbe794f5625154a8212ef46bc02cc0fa9e050e4 (patch) | |
tree | a850bbf8224ddc0defcb078b6ad87f914c43910f /sysutils/cfengine3/Makefile | |
parent | f8c8b7ebee68199459cf3e0fad1b7ac7a77dc74c (diff) | |
download | freebsd-ports-gnome-0cbe794f5625154a8212ef46bc02cc0fa9e050e4.tar.gz freebsd-ports-gnome-0cbe794f5625154a8212ef46bc02cc0fa9e050e4.tar.zst freebsd-ports-gnome-0cbe794f5625154a8212ef46bc02cc0fa9e050e4.zip |
- Patch to fix berkeley db detection in configure script. Fixes compilation
when multiple db ports are installed
- Patch to explicitly link with included libpub.a, instead of one in /usr/local
- Patch to never rebuild documentation, the full copy is included
PR: ports/106790
Submitted by: Nick Barkas <snb@threerings.net>
Approved by: maintainer timeout (sergei; 1 month)
Diffstat (limited to 'sysutils/cfengine3/Makefile')
-rw-r--r-- | sysutils/cfengine3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/cfengine3/Makefile b/sysutils/cfengine3/Makefile index 317aa6b85eb6..d90211c22c88 100644 --- a/sysutils/cfengine3/Makefile +++ b/sysutils/cfengine3/Makefile @@ -7,6 +7,7 @@ PORTNAME= cfengine PORTVERSION= 2.1.21 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.iu.hio.no/pub/cfengine/ \ ${MASTER_SITE_GNU} |