summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjoerg <joerg>2008-02-26 13:32:00 +0000
committerjoerg <joerg>2008-02-26 13:32:00 +0000
commitfac7995bdc5cc602107c698dfb7527ced54a76ec (patch)
treeba3cbf6ad69abcfbca61fcd1190cd17e31afd35e /pkgtools
parentec2d227fdde3a3c705a0f9a8cc8e0374ea6a076e (diff)
downloadpkgsrc-fac7995bdc5cc602107c698dfb7527ced54a76ec.tar.gz
NO_MTREE is the default nowawadays.
Do not force use of a native compiler, we don't build digest during bootstrap any longer. Do not skip the pkgtools version check for the same reason. When building this package using DESTDIR, it might actually need the newer tools.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/digest/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile
index e0e63586149..4d8afbd9659 100644
--- a/pkgtools/digest/Makefile
+++ b/pkgtools/digest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2007/11/11 11:35:49 martti Exp $
+# $NetBSD: Makefile,v 1.56 2008/02/26 13:32:00 joerg Exp $
#
# When adding new digest algorithms, please use rmd160 as the template,
# and bump the VERSION definition.
@@ -16,21 +16,13 @@ COMMENT?= Message digest wrapper utility
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
+NO_CHECKSUM= yes
CHECK_PERMS= no
GNU_CONFIGURE= yes
-NO_PKGTOOLS_REQD_CHECK= yes
-NO_MTREE= yes
-
-# XXX Remove the following line after pkgsrc/bootstrap is up and
-# XXX running.
-USE_NATIVE_GCC= yes
-
.include "../../mk/bsd.prefs.mk"
-NO_CHECKSUM= yes
-
VERSION!= ${AWK} -F "'" '/^PACKAGE_VERSION=/ {print $$2}' \
${FILESDIR}/configure