diff options
author | tv <tv@pkgsrc.org> | 2005-11-07 20:39:19 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-07 20:39:19 +0000 |
commit | 8445ea97f940ed998159bc1850dcf96c71eeb415 (patch) | |
tree | 29cf6cf6aa390e9ae87deca3fb79eb523c11bc48 /mail | |
parent | 77563ece73a0b9a6e97e488339e85e5104ecdad8 (diff) | |
download | pkgsrc-8445ea97f940ed998159bc1850dcf96c71eeb415.tar.gz |
USE_TOOLS nroff.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/safecat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/safecat/Makefile b/mail/safecat/Makefile index b98fac258cf..e66305c2e20 100644 --- a/mail/safecat/Makefile +++ b/mail/safecat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/08/19 03:55:00 schmonz Exp $ +# $NetBSD: Makefile,v 1.9 2005/11/07 20:39:19 tv Exp $ # DISTNAME= safecat-1.12 @@ -9,6 +9,8 @@ MAINTAINER= zuntum@NetBSD.org HOMEPAGE= http://pobox.com/~lbudney/linux/software/safecat.html COMMENT= Write data safely to a maildir +USE_TOOLS+= nroff + DJB_RESTRICTED= NO DJB_BUILD_TARGETS= install instcheck DJB_CONFIG_HOME= conf-root |