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 | |
parent | b75adecb3f697e81e61207a92e4c3d180da93344 (diff) | |
download | ports-848a50d609b5fa5f1921b3c2526b03253681832b.tar.gz ports-848a50d609b5fa5f1921b3c2526b03253681832b.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cfengine310/Makefile | 4 | ||||
-rw-r--r-- | sysutils/cfengine36/Makefile | 4 | ||||
-rw-r--r-- | sysutils/cfengine37/Makefile | 4 | ||||
-rw-r--r-- | sysutils/cfengine38/Makefile | 4 | ||||
-rw-r--r-- | sysutils/cfengine39/Makefile | 4 |
5 files changed, 5 insertions, 15 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} diff --git a/sysutils/cfengine36/Makefile b/sysutils/cfengine36/Makefile index d30b59c89209..f032d7b55147 100644 --- a/sysutils/cfengine36/Makefile +++ b/sysutils/cfengine36/Makefile @@ -30,11 +30,9 @@ USE_RC_SUBR= cf-execd cf-serverd cf-monitord MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -USES= autoreconf cpe gmake libtool shebangfix ssl +USES= autoreconf cpe gmake libtool localbase shebangfix ssl 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 CONFIGURE_ARGS= --docdir=${DOCSDIR} \ diff --git a/sysutils/cfengine37/Makefile b/sysutils/cfengine37/Makefile index ea2d2430df49..a67785c20eff 100644 --- a/sysutils/cfengine37/Makefile +++ b/sysutils/cfengine37/Makefile @@ -29,12 +29,10 @@ USE_RC_SUBR= cf-execd cf-serverd cf-monitord MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -USES= autoreconf cpe gmake libtool shebangfix ssl +USES= autoreconf cpe gmake libtool localbase 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 CONFIGURE_ARGS= --docdir=${DOCSDIR} \ diff --git a/sysutils/cfengine38/Makefile b/sysutils/cfengine38/Makefile index 3a7789413ba0..e05c262ae254 100644 --- a/sysutils/cfengine38/Makefile +++ b/sysutils/cfengine38/Makefile @@ -29,12 +29,10 @@ USE_RC_SUBR= cf-execd cf-serverd cf-monitord MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -USES= autoreconf cpe gmake libtool shebangfix ssl +USES= autoreconf cpe gmake libtool localbase 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 CONFIGURE_ARGS= --docdir=${DOCSDIR} \ diff --git a/sysutils/cfengine39/Makefile b/sysutils/cfengine39/Makefile index 81c668d8178b..6b36c7b683b1 100644 --- a/sysutils/cfengine39/Makefile +++ b/sysutils/cfengine39/Makefile @@ -30,12 +30,10 @@ MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes USES= autoreconf:build \ - cpe gmake libtool shebangfix ssl + cpe gmake libtool localbase 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} |