diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-03-15 19:44:29 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-03-15 19:44:29 +0000 |
commit | 9210b7cb0736d3caf5bffb4efd46c7cd6856af55 (patch) | |
tree | 9b67a2278866d18f2877c41baaa49e17e7c00bdc /security | |
parent | b46611d8cf5744f43a12213e07177cfde2b532fe (diff) | |
download | ports-9210b7cb0736d3caf5bffb4efd46c7cd6856af55.tar.gz ports-9210b7cb0736d3caf5bffb4efd46c7cd6856af55.zip |
Notes
Diffstat (limited to 'security')
-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/kssh/Makefile | 2 | ||||
-rw-r--r-- | security/mcrypt/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/security/fwlogwatch/Makefile b/security/fwlogwatch/Makefile index 6140d70e355d..a6bd9525622e 100644 --- a/security/fwlogwatch/Makefile +++ b/security/fwlogwatch/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.kyb.uni-stuttgart.de/boris/sw/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext-old INSTALL_TARGET= install install-config install-i18n MANCOMPRESSES= no diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index fd906dc0a540..933904fa388c 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= gnupg MAINTAINER= kuriyama@FreeBSD.org -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old #RESTRICTED= "Crypto; export-controlled" GNU_CONFIGURE= YES diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index fd906dc0a540..933904fa388c 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= gnupg MAINTAINER= kuriyama@FreeBSD.org -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old #RESTRICTED= "Crypto; export-controlled" GNU_CONFIGURE= YES diff --git a/security/kssh/Makefile b/security/kssh/Makefile index aca56efeb0ac..d8d1b5064a5d 100644 --- a/security/kssh/Makefile +++ b/security/kssh/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.geocities.com/bilibao/ MAINTAINER= kevlo@FreeBSD.org -BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext +BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext-old USE_KDELIBS_VER=2 GNU_CONFIGURE= yes diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile index 9e0e1d93d44a..ed176da956dd 100644 --- a/security/mcrypt/Makefile +++ b/security/mcrypt/Makefile @@ -18,7 +18,7 @@ MAINTAINER= trevor@FreeBSD.org LIB_DEPENDS= mcrypt.6:${PORTSDIR}/security/libmcrypt/ \ mhash.2:${PORTSDIR}/security/mhash/ \ - intl.1:${PORTSDIR}/devel/gettext/ + intl.1:${PORTSDIR}/devel/gettext-old post-patch: ${RM} -f ${WRKSRC}/configure |