diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-08-01 16:22:41 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-08-01 16:22:41 +0000 |
commit | c8eaa93644980f3fb055e61b794ca9a9f399853d (patch) | |
tree | 60cccd66ad3b96a99ef31426ff5de7ea3b10d37e /security/mcrypt | |
parent | 05a6d5adc72f0599c2474427957578c01e9646d5 (diff) | |
download | ports-c8eaa93644980f3fb055e61b794ca9a9f399853d.tar.gz ports-c8eaa93644980f3fb055e61b794ca9a9f399853d.zip |
Notes
Diffstat (limited to 'security/mcrypt')
-rw-r--r-- | security/mcrypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile index a9589df853ac..eaf12b4477b5 100644 --- a/security/mcrypt/Makefile +++ b/security/mcrypt/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ automake:${PORTSDIR}/devel/automake LIB_DEPENDS= mcrypt.7:${PORTSDIR}/security/libmcrypt/ \ mhash.2:${PORTSDIR}/security/mhash/ \ - intl.2:${PORTSDIR}/devel/gettext + intl.4:${PORTSDIR}/devel/gettext CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+= --enable-static --with-catgets |