diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-05-18 17:08:19 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-05-18 17:08:19 +0000 |
commit | fbbce086f31bbbf7b51dd4ae6d668dc3a9f1d395 (patch) | |
tree | 90a8e521064c707ce6d7023bd13f6576013761e6 /print/libgnomecups | |
parent | 5631d939d75b66404aa8c974c09f4bd4d8ebf8b7 (diff) |
Fix the CUPS dependency.
PR: 134641
Submitted by: dinoex
Notes
Notes:
svn path=/head/; revision=234149
Diffstat (limited to 'print/libgnomecups')
-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 |