diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-02 14:37:35 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-02 15:19:04 +0000 |
commit | 6542c8107e2e1c052baf79f8063e3e4f250298ed (patch) | |
tree | ad859d7e72e60c162aabd6ec9a4ff61d6254d426 /dns | |
parent | devel/qgit: Add CPE information (diff) |
dns/gdnsd3: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/gdnsd3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/gdnsd3/Makefile b/dns/gdnsd3/Makefile index 75e60d313d8a..407fee3c681d 100644 --- a/dns/gdnsd3/Makefile +++ b/dns/gdnsd3/Makefile @@ -22,7 +22,7 @@ FETCH_ARGS= -Fpr GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --with-buildinfo=${PORTVERSION} USE_LDCONFIG= yes -USES= pkgconfig libtool tar:xz perl5 gmake +USES= cpe pkgconfig libtool tar:xz perl5 gmake USE_PERL5= build CPPFLAGS+= -isystem${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |