diff options
author | sevan <sevan@pkgsrc.org> | 2015-05-05 00:13:36 +0000 |
---|---|---|
committer | sevan <sevan@pkgsrc.org> | 2015-05-05 00:13:36 +0000 |
commit | c8eee5b07a9511fe20822c7dd4b633ca742af2ac (patch) | |
tree | 8a9910150de0ed6b69e6dbeab84361cbc19c1918 /archivers/gzip | |
parent | 059d6d16007330f910b63b4756ba2993a12c4021 (diff) | |
download | pkgsrc-c8eee5b07a9511fe20822c7dd4b633ca742af2ac.tar.gz |
Include bsd.options.mk before testing for things.
Diffstat (limited to 'archivers/gzip')
-rw-r--r-- | archivers/gzip/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile index 0a63864b632..6c6dde7bf69 100644 --- a/archivers/gzip/Makefile +++ b/archivers/gzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2015/05/03 14:34:04 sevan Exp $ +# $NetBSD: Makefile,v 1.33 2015/05/05 00:13:36 sevan Exp $ DISTNAME= gzip-1.6 CATEGORIES= archivers @@ -19,6 +19,8 @@ MAKE_FLAGS+= manlinks=so INFO_FILES= yes CHECK_PERMS= no # can't depend on checkperms; it's distfile is gzipped +.include "../../mk/bsd.options.mk" + .if ${OPSYS} == "AIX" #bug 20453 in bug-gzip list, passed onto gnulib CONFIGURE_ENV+= ac_cv_header_wctype_h=no |