summaryrefslogtreecommitdiff
path: root/archivers/gzip/Makefile
diff options
context:
space:
mode:
authorsevan <sevan>2015-05-05 00:13:36 +0000
committersevan <sevan>2015-05-05 00:13:36 +0000
commit08411a7eb8a6af842d07b2fe4fa4d9d1bb41aa2d (patch)
tree8a9910150de0ed6b69e6dbeab84361cbc19c1918 /archivers/gzip/Makefile
parent262967d15b9a218b3195772fe832330817ef1736 (diff)
downloadpkgsrc-08411a7eb8a6af842d07b2fe4fa4d9d1bb41aa2d.tar.gz
Include bsd.options.mk before testing for things.
Diffstat (limited to 'archivers/gzip/Makefile')
-rw-r--r--archivers/gzip/Makefile4
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