diff options
Diffstat (limited to 'security/rc5des/Makefile')
-rw-r--r-- | security/rc5des/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/rc5des/Makefile b/security/rc5des/Makefile index 5f8e2250b77..478fbea1ed1 100644 --- a/security/rc5des/Makefile +++ b/security/rc5des/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2003/07/17 22:53:12 grant Exp $ +# $NetBSD: Makefile,v 1.16 2004/01/20 12:25:34 agc Exp $ # DISTNAME= rc5-mlg-004 PKGNAME= rc5des-0.4 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/RC5 CATEGORIES= security MASTER_SITES= http://www.flame.org/netbsd-rc5/ @@ -12,6 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.distributed.net/rc5/ COMMENT= Binaries for taking part in the rc5des challenge +WRKSRC= ${WRKDIR}/RC5 + # This package requires emulators/compat12,compat13 and compat14 # but only if we aren't running the relevant release natively. .include "../../mk/bsd.prefs.mk" |