diff options
author | Cy Schubert <cy@FreeBSD.org> | 2015-03-03 00:47:48 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2015-03-03 00:47:48 +0000 |
commit | 8429fb5a760228aa82505e6b5cb255840379ec54 (patch) | |
tree | f207e9dd6267ef2df90942be7ad30ab7e135cbfd /sysutils/cfengine36 | |
parent | e23eec73d734d26f54d60c27c55ccaf17a396cde (diff) |
Notes
Diffstat (limited to 'sysutils/cfengine36')
-rw-r--r-- | sysutils/cfengine36/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/cfengine36/Makefile b/sysutils/cfengine36/Makefile index a18ab7a422a6..f473a0cf7b8f 100644 --- a/sysutils/cfengine36/Makefile +++ b/sysutils/cfengine36/Makefile @@ -13,6 +13,8 @@ COMMENT= Systems administration tool for networks LICENSE= GPLv3 +CPE_VENDOR= gnu + .if !defined(MASTERDIR) PKGNAMESUFFIX= 36 LATEST_LINK= cfengine36 @@ -28,7 +30,7 @@ MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USE_OPENSSL= yes GNU_CONFIGURE= yes -USES= gmake libtool +USES= cpe gmake libtool USE_AUTOTOOLS= autoconf:env automake:env libtoolize:env CFLAGS+= -Wno-return-type CPPFLAGS+= -I${LOCALBASE}/include |