diff options
author | joerg <joerg@pkgsrc.org> | 2008-09-18 10:38:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-09-18 10:38:45 +0000 |
commit | 4b4b2613c3f680d98dca3bbe2c7409af8a734f62 (patch) | |
tree | 92c0076f78233fec5ea1b5ec22cfbf0d9f73ecee /pkgtools/rdigest/Makefile | |
parent | de402775fb60f31c934dcdab3c9fdf81411508bb (diff) | |
download | pkgsrc-4b4b2613c3f680d98dca3bbe2c7409af8a734f62.tar.gz |
Fix build on Solaris by using nbcompat.
Diffstat (limited to 'pkgtools/rdigest/Makefile')
-rw-r--r-- | pkgtools/rdigest/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/rdigest/Makefile b/pkgtools/rdigest/Makefile index f0947daa012..b1b249862fc 100644 --- a/pkgtools/rdigest/Makefile +++ b/pkgtools/rdigest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/12/24 09:53:50 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2008/09/18 10:38:45 joerg Exp $ DISTNAME= rdigest-${VERSION} CATEGORIES= # be quiet pkglint @@ -10,4 +10,6 @@ COMMENT= Recursive message digest wrapper utility DIGESTDIR= ${.CURDIR}/../../pkgtools/digest FILESDIR= ${DIGESTDIR}/files +USE_FEATURES= nbcompat + .include "${DIGESTDIR}/Makefile" |