freebsd-ports/security/linux-f10-gnutls/Makefile
Tijl Coosemans aea21b3b36 - In Uses/linux.mk use the loop variable directly when appending to
*_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
2016-09-07 12:43:22 +00:00

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>