diff options
author | cube <cube@pkgsrc.org> | 2004-08-24 17:31:48 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-08-24 17:31:48 +0000 |
commit | 536e0ddf84c99739653bfb28e172d3ff8e0bb4dd (patch) | |
tree | cc9624399b84b5291628546ef98895bfe8e8aabc /security/sudo/Makefile | |
parent | 77260d34ff8583094c13c3b901f6b25a2e3a5522 (diff) | |
download | pkgsrc-536e0ddf84c99739653bfb28e172d3ff8e0bb4dd.tar.gz |
Restore USE_LIBTOOL which was silently removed recently (hi xtraeme!).
Fix build with recent libtool. Not bumping PKGREVISION, it's in the flow
of current PLIST fixes and such...
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index a8f139da5e6..44ec04f3217 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2004/08/24 09:19:16 xtraeme Exp $ +# $NetBSD: Makefile,v 1.68 2004/08/24 17:31:48 cube Exp $ # DISTNAME= sudo-1.6.8 @@ -17,6 +17,7 @@ COMMENT= Allow others to run commands as root PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes +USE_LIBTOOL= yes USE_PKGINSTALL= yes GNU_CONFIGURE= yes |