diff options
author | ade <ade@FreeBSD.org> | 2002-08-02 00:22:41 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-08-02 00:22:41 +0800 |
commit | 1c6aff2e9dce87b3467a0e763794b0a52eaab7af (patch) | |
tree | d10dbc52e06b0a0b09596909826ef121c6521852 /security | |
parent | dfeac560e4bfaa33f9c23b11b1d2b0428ab0a070 (diff) | |
download | freebsd-ports-gnome-1c6aff2e9dce87b3467a0e763794b0a52eaab7af.tar.gz freebsd-ports-gnome-1c6aff2e9dce87b3467a0e763794b0a52eaab7af.tar.zst freebsd-ports-gnome-1c6aff2e9dce87b3467a0e763794b0a52eaab7af.zip |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade
Diffstat (limited to 'security')
-rw-r--r-- | security/authforce/Makefile | 2 | ||||
-rw-r--r-- | security/fwlogwatch/Makefile | 2 | ||||
-rw-r--r-- | security/gnupg/Makefile | 2 | ||||
-rw-r--r-- | security/gnupg1/Makefile | 2 | ||||
-rw-r--r-- | security/mcrypt/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/security/authforce/Makefile b/security/authforce/Makefile index 967e43cbf80b..296781ef64f0 100644 --- a/security/authforce/Makefile +++ b/security/authforce/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ache@FreeBSD.org LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ curl.2:${PORTSDIR}/ftp/curl \ - intl.2:${PORTSDIR}/devel/gettext + intl.4:${PORTSDIR}/devel/gettext USE_BZIP2= yes diff --git a/security/fwlogwatch/Makefile b/security/fwlogwatch/Makefile index 9c61f8ff6793..bbc28afa607b 100644 --- a/security/fwlogwatch/Makefile +++ b/security/fwlogwatch/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.kyb.uni-stuttgart.de/boris/sw/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_REINPLACE= yes INSTALL_TARGET= install install-config install-i18n diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 3f147c224ff0..47a8919c660c 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= gnupg MAINTAINER= kuriyama@FreeBSD.org -LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_GMAKE= YES GNU_CONFIGURE= YES diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index 3f147c224ff0..47a8919c660c 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= gnupg MAINTAINER= kuriyama@FreeBSD.org -LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_GMAKE= YES GNU_CONFIGURE= YES 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 |