diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/dact/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile index 3a21260c62b..13d522f219e 100644 --- a/archivers/dact/Makefile +++ b/archivers/dact/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/03/11 18:03:49 xtraeme Exp $ +# $NetBSD: Makefile,v 1.9 2004/03/30 18:27:32 minskim Exp $ # DISTNAME= dact-0.8.3 @@ -15,6 +15,7 @@ GNU_CONFIGURE= YES USE_GNU_TOOLS+= make CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +CONFIGURE_ENV+= ac_cv_lib_mcrypt_main=no pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dact |