diff options
Diffstat (limited to 'archivers/archangel')
-rw-r--r-- | archivers/archangel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/archangel/Makefile b/archivers/archangel/Makefile index 6756c995864..82efe969842 100644 --- a/archivers/archangel/Makefile +++ b/archivers/archangel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/07/31 22:31:04 agc Exp $ +# $NetBSD: Makefile,v 1.7 2005/10/23 18:00:57 rillig Exp $ DISTNAME= archangel-20050730 CATEGORIES= archivers @@ -10,7 +10,7 @@ COMMENT= Compressing archiver which can sign and encrypt entries DEPENDS+= gnupg-[0-9]*:../../security/gnupg -GNU_CONFIGURE+= yes +GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/archangel .include "../../archivers/bzip2/buildlink3.mk" |