diff options
author | adam <adam@pkgsrc.org> | 2006-05-26 08:44:28 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-05-26 08:44:28 +0000 |
commit | 036b08c33c3296135b2dc4c5b1149442920ee56d (patch) | |
tree | 5d556d2b25f6ce2626505e9ef82f32e58dc0743c /archivers/dact/Makefile | |
parent | 662e468165de8d453a20869d816048b01b198005 (diff) | |
download | pkgsrc-036b08c33c3296135b2dc4c5b1149442920ee56d.tar.gz |
Changes 0.8.41:
* Added support for libmcrypt
* Bug fixes
Diffstat (limited to 'archivers/dact/Makefile')
-rw-r--r-- | archivers/dact/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile index 52c22f313f8..563d00313b5 100644 --- a/archivers/dact/Makefile +++ b/archivers/dact/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2006/03/04 21:28:52 jlam Exp $ -# +# $NetBSD: Makefile,v 1.18 2006/05/26 08:44:28 adam Exp $ -DISTNAME= dact-0.8.3 -PKGREVISION= 4 +DISTNAME= dact-0.8.41 CATEGORIES= archivers MASTER_SITES= http://www.rkeene.org/devel/ @@ -12,11 +10,9 @@ COMMENT= Dynamic adaptive compression tool PKG_INSTALLATION_TYPES= overwrite pkgviews -GNU_CONFIGURE= YES -USE_TOOLS+= gmake - +USE_TOOLS+= gmake +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} -CONFIGURE_ENV+= ac_cv_lib_mcrypt_main=no INSTALLATION_DIRS= bin man/man1 @@ -25,4 +21,5 @@ pre-install: .include "../../archivers/bzip2/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" +.include "../../security/libmcrypt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |