diff options
author | Cy Schubert <cy@FreeBSD.org> | 2017-06-21 03:40:18 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2017-06-21 03:40:18 +0000 |
commit | 848a50d609b5fa5f1921b3c2526b03253681832b (patch) | |
tree | 3ac188797dce2c33fba9b0583d4b659683b0f37b /sysutils/cfengine310 | |
parent | b75adecb3f697e81e61207a92e4c3d180da93344 (diff) | |
download | ports-848a50d609b5fa5f1921b3c2526b03253681832b.tar.gz ports-848a50d609b5fa5f1921b3c2526b03253681832b.zip |
Notes
Diffstat (limited to 'sysutils/cfengine310')
-rw-r--r-- | sysutils/cfengine310/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/cfengine310/Makefile b/sysutils/cfengine310/Makefile index 481e1dd66d78..7f09cfd60882 100644 --- a/sysutils/cfengine310/Makefile +++ b/sysutils/cfengine310/Makefile @@ -29,12 +29,10 @@ MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes USES= autoreconf \ - cpe gmake libtool shebangfix ssl + cpe gmake localbase libtool shebangfix ssl USE_GNOME= libxml2 SHEBANG_FILES= examples/remake_outputs.pl CFLAGS+= -Wno-return-type -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib # EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3 DOCSDIR= ${PREFIX}/share/doc/cfengine MAKE_ENV= EXPLICIT_VERSION=${PORTVERSION} |