diff options
author | marcus <marcus@FreeBSD.org> | 2009-05-19 01:08:19 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-05-19 01:08:19 +0800 |
commit | 45a62d1ae49958d02eed71ef4f2dbdc60586ac55 (patch) | |
tree | 54f219e17fb1e0bc58beb441500109cd2523fe3e /print | |
parent | 5f83234be0ffcf78b5b0da5d2d7d603b0de57cba (diff) | |
download | freebsd-ports-gnome-45a62d1ae49958d02eed71ef4f2dbdc60586ac55.tar.gz freebsd-ports-gnome-45a62d1ae49958d02eed71ef4f2dbdc60586ac55.tar.zst freebsd-ports-gnome-45a62d1ae49958d02eed71ef4f2dbdc60586ac55.zip |
Fix the CUPS dependency.
PR: 134641
Submitted by: dinoex
Diffstat (limited to 'print')
-rw-r--r-- | print/libgnomecups/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/libgnomecups/Makefile b/print/libgnomecups/Makefile index 0f89725baa7b..3ce173894a1c 100644 --- a/print/libgnomecups/Makefile +++ b/print/libgnomecups/Makefile @@ -7,7 +7,7 @@ PORTNAME= libgnomecups PORTVERSION= 0.2.3 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= print gnome MASTER_SITES= GNOME @@ -16,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Support library for gnome cups admistration -LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-client USE_BZIP2= yes USE_GMAKE= yes |