diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-25 05:41:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-25 05:41:38 +0000 |
commit | adccc29aad24aa2caee0df9724a127f6b5f5f113 (patch) | |
tree | d64c901bd45aee3f6673aedc99d00e9166668c43 /security | |
parent | a8ed54fcae54603575c22ca70ee23d80c12d819f (diff) | |
download | ports-adccc29aad24aa2caee0df9724a127f6b5f5f113.tar.gz ports-adccc29aad24aa2caee0df9724a127f6b5f5f113.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/authforce/Makefile | 2 | ||||
-rw-r--r-- | security/fwlogwatch/Makefile | 2 | ||||
-rw-r--r-- | security/gnupg-devel/Makefile | 2 | ||||
-rw-r--r-- | security/gnupg/Makefile | 2 | ||||
-rw-r--r-- | security/gnupg1/Makefile | 2 | ||||
-rw-r--r-- | security/mcrypt/Makefile | 2 | ||||
-rw-r--r-- | security/newpg/Makefile | 2 | ||||
-rw-r--r-- | security/quintuple-agent/Makefile | 2 | ||||
-rw-r--r-- | security/steghide/Makefile | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/security/authforce/Makefile b/security/authforce/Makefile index 83af959597bc..3c2454c86ffb 100644 --- a/security/authforce/Makefile +++ b/security/authforce/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ache@FreeBSD.org COMMENT= HTTP authentication brute forcer LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl \ - intl.4:${PORTSDIR}/devel/gettext + intl.5:${PORTSDIR}/devel/gettext USE_BZIP2= yes USE_GETOPT_LONG=yes diff --git a/security/fwlogwatch/Makefile b/security/fwlogwatch/Makefile index 6b3a2b5d001d..7e51aa5a9e72 100644 --- a/security/fwlogwatch/Makefile +++ b/security/fwlogwatch/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.kybs.de/boris/sw/ MAINTAINER= jim@corebsd.or.id COMMENT= A packet filter and firewall log analyzer -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext USE_BZIP2= yes USE_REINPLACE= yes diff --git a/security/gnupg-devel/Makefile b/security/gnupg-devel/Makefile index 5bf6b05288cb..fa53e0df2230 100644 --- a/security/gnupg-devel/Makefile +++ b/security/gnupg-devel/Makefile @@ -17,7 +17,7 @@ COMMENT= Prerelease package of GnuPG extensions for GnuPG 2.0 LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt \ iconv.3:${PORTSDIR}/converters/libiconv \ - intl.4:${PORTSDIR}/devel/gettext \ + intl.5:${PORTSDIR}/devel/gettext \ ksba.7:${PORTSDIR}/security/libksba \ pth.20:${PORTSDIR}/devel/pth RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 5817984541a8..0a3be29fba0d 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -16,7 +16,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= kuriyama@FreeBSD.org COMMENT= The GNU Privacy Guard -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext USE_BZIP2= YES USE_GMAKE= YES diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index 5817984541a8..0a3be29fba0d 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -16,7 +16,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= kuriyama@FreeBSD.org COMMENT= The GNU Privacy Guard -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext USE_BZIP2= YES USE_GMAKE= YES diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile index 7b29d7621124..3e84501e919b 100644 --- a/security/mcrypt/Makefile +++ b/security/mcrypt/Makefile @@ -22,7 +22,7 @@ BROKEN= Does not configure BUILD_DEPENDS= autoconf257:${PORTSDIR}/devel/autoconf257 LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt/ \ mhash.2:${PORTSDIR}/security/mhash/ \ - intl.4:${PORTSDIR}/devel/gettext + intl.5:${PORTSDIR}/devel/gettext CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+= --enable-static --with-catgets diff --git a/security/newpg/Makefile b/security/newpg/Makefile index 5bf6b05288cb..fa53e0df2230 100644 --- a/security/newpg/Makefile +++ b/security/newpg/Makefile @@ -17,7 +17,7 @@ COMMENT= Prerelease package of GnuPG extensions for GnuPG 2.0 LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt \ iconv.3:${PORTSDIR}/converters/libiconv \ - intl.4:${PORTSDIR}/devel/gettext \ + intl.5:${PORTSDIR}/devel/gettext \ ksba.7:${PORTSDIR}/security/libksba \ pth.20:${PORTSDIR}/devel/pth RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ diff --git a/security/quintuple-agent/Makefile b/security/quintuple-agent/Makefile index 976e2b6a3b8f..895f78dabd50 100644 --- a/security/quintuple-agent/Makefile +++ b/security/quintuple-agent/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.vibe.at/tools/q-agent/ MAINTAINER= stolz@i2.informatik.rwth-aachen.de COMMENT= Quintuple Agent is a program that stores secrets for you -LIB_DEPENDS+= intl.4:${PORTSDIR}/devel/gettext +LIB_DEPENDS+= intl.5:${PORTSDIR}/devel/gettext USE_GNOME= glib12 .ifndef(WITHOUT_X11) diff --git a/security/steghide/Makefile b/security/steghide/Makefile index 8923b25d74e6..df06a4870579 100644 --- a/security/steghide/Makefile +++ b/security/steghide/Makefile @@ -16,7 +16,7 @@ COMMENT= "Steganography tool to hide data in binary files" LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ mhash.2:${PORTSDIR}/security/mhash \ - intl.4:${PORTSDIR}/devel/gettext + intl.5:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes CONFIGURE_TARGET= |