diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2002-02-05 11:00:03 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2002-02-05 11:00:03 +0800 |
commit | 599aaf59e9fa05ee36636d56851cada9c986fe31 (patch) | |
tree | d01b22212a1175c0916216e59337cd89714b9081 | |
parent | 62df3a7f53d9da464c8f9a30426ef4a7206eaae6 (diff) | |
download | freebsd-ports-gnome-599aaf59e9fa05ee36636d56851cada9c986fe31.tar.gz freebsd-ports-gnome-599aaf59e9fa05ee36636d56851cada9c986fe31.tar.zst freebsd-ports-gnome-599aaf59e9fa05ee36636d56851cada9c986fe31.zip |
Link with shared libintl rather than static included gettext.
Suggested by: ache
-rw-r--r-- | security/gnupg/Makefile | 5 | ||||
-rw-r--r-- | security/gnupg1/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 5ebcf2db3801..59c2987e0c05 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnupg PORTVERSION= 1.0.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/%SUBDIR%/ \ ftp://pgp.iijlab.net/pub/%SUBDIR%/ \ @@ -16,9 +16,10 @@ MASTER_SITE_SUBDIR= gnupg MAINTAINER= kuriyama@FreeBSD.org +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext + #RESTRICTED= "Crypto; export-controlled" GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-included-gettext MAN1= gpg.1 gpgv.1 MLINKS= gpg.1 gpgm.1 diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index 5ebcf2db3801..59c2987e0c05 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnupg PORTVERSION= 1.0.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/%SUBDIR%/ \ ftp://pgp.iijlab.net/pub/%SUBDIR%/ \ @@ -16,9 +16,10 @@ MASTER_SITE_SUBDIR= gnupg MAINTAINER= kuriyama@FreeBSD.org +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext + #RESTRICTED= "Crypto; export-controlled" GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-included-gettext MAN1= gpg.1 gpgv.1 MLINKS= gpg.1 gpgm.1 |