diff options
author | netchild <netchild@FreeBSD.org> | 2012-01-14 05:41:03 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2012-01-14 05:41:03 +0800 |
commit | dda6e954044f0aaca9fac717ca0f818c28977531 (patch) | |
tree | 29bcb0702674d39392777830064c1fb406df82a9 | |
parent | f2b3e3e452aaf323cfdaccd6d7117daf19a6e195 (diff) | |
download | freebsd-ports-gnome-dda6e954044f0aaca9fac717ca0f818c28977531.tar.gz freebsd-ports-gnome-dda6e954044f0aaca9fac717ca0f818c28977531.tar.zst freebsd-ports-gnome-dda6e954044f0aaca9fac717ca0f818c28977531.zip |
Add the missing dependency to gnutls.
Reported by: Da Rock <freebsd-ports@herveybayaustralia.com.au>
-rw-r--r-- | print/linux-f10-cups-libs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/linux-f10-cups-libs/Makefile b/print/linux-f10-cups-libs/Makefile index 348a4e9a13d7..9a6855548f1e 100644 --- a/print/linux-f10-cups-libs/Makefile +++ b/print/linux-f10-cups-libs/Makefile @@ -6,6 +6,7 @@ PORTNAME= cups-libs PORTVERSION= 1.3.11 +PORTREVISION= 1 CATEGORIES= print linux PKGNAMEPREFIX= linux-f10- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} @@ -14,6 +15,7 @@ MAINTAINER= emulation@FreeBSD.org COMMENT= Common UNIX Printing System libraries USE_LINUX_RPM= yes +USE_LINUX_APPS= gnutls SRC_DISTFILES= cups-${PORTVERSION}-${RPMVERSION}.src.rpm LINUX_DIST_VER= 10 RPMVERSION= 4.fc10 |