diff options
author | netchild <netchild@FreeBSD.org> | 2012-01-15 06:35:19 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2012-01-15 06:35:19 +0800 |
commit | 55fbe51eaf58498d5b3e964c414a3579ef2045ec (patch) | |
tree | c8de7df65b40fdaf09aabe8413facaab7f5175ac /security/linux-f10-gnutls | |
parent | cdfd74dc70277761fbe1fd09a603cd6590e75dac (diff) | |
download | freebsd-ports-gnome-55fbe51eaf58498d5b3e964c414a3579ef2045ec.tar.gz freebsd-ports-gnome-55fbe51eaf58498d5b3e964c414a3579ef2045ec.tar.zst freebsd-ports-gnome-55fbe51eaf58498d5b3e964c414a3579ef2045ec.zip |
Add missing dependency to gnutls. [1]
Fix the fix of adding a missing dependency to the linux cups-libs port.
Reported by: Da Rock <freebsd-emulation@herveybayaustralia.com.au> [1]
Diffstat (limited to 'security/linux-f10-gnutls')
-rw-r--r-- | security/linux-f10-gnutls/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/linux-f10-gnutls/Makefile b/security/linux-f10-gnutls/Makefile index 332b1b72c180..df59173987ff 100644 --- a/security/linux-f10-gnutls/Makefile +++ b/security/linux-f10-gnutls/Makefile @@ -6,6 +6,7 @@ PORTNAME= gnutls PORTVERSION= 2.4.2 +PORTREVISION= 1 CATEGORIES= security linux PKGNAMEPREFIX= linux-f10- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} @@ -14,7 +15,7 @@ MAINTAINER= emulation@FreeBSD.org COMMENT= GNU Transport Layer Security library USE_LINUX_RPM= yes -USE_LINUX_APPS= libtasn1 libgcrypt +USE_LINUX_APPS= libtasn1 libgcrypt libgpg-error LINUX_DIST_VER= 10 RPMVERSION= 5.fc10 USE_LDCONFIG= yes |