aea21b3b36
*_DEPENDS. Helper variables derived from the loop variable aren't expanded causing *_DEPENDS to be incorrect. - Bump all ports with more than one value in USE_LINUX. PR: 211645 Reported by: jkim
22 lines
450 B
Makefile
22 lines
450 B
Makefile
# Created by: Stas Timokhin <devel@stasyan.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnutls
|
|
PORTVERSION= 2.4.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= security linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= GNU Transport Layer Security library
|
|
|
|
USES= linux:f10
|
|
USE_LINUX_RPM= yes
|
|
USE_LINUX= libtasn1 libgcrypt libgpg-error
|
|
|
|
RPMVERSION= 5.fc10
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB= PORTVERSION="${PORTVERSION}"
|
|
DESCR= ${PORTSDIR}/security/gnutls/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|