diff options
Diffstat (limited to 'print/cupsddk/Makefile')
-rw-r--r-- | print/cupsddk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cupsddk/Makefile b/print/cupsddk/Makefile index d6c3a17bc038..54c2b4649025 100644 --- a/print/cupsddk/Makefile +++ b/print/cupsddk/Makefile @@ -7,7 +7,7 @@ PORTNAME= cupsddk PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print devel MASTER_SITES= EASYSW MASTER_SITE_SUBDIR= ${PORTNAME}/${DISTVERSION} @@ -17,7 +17,7 @@ MAINTAINER= ahze@FreeBSD.org COMMENT= CUPS Driver Development Kit LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk \ - cups.2:${PORTSDIR}/print/cups-base + cupsimage.2:${PORTSDIR}/print/cups-image WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} GNU_CONFIGURE= yes |