aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2009-06-02 08:47:29 +0000
committerHiroki Sato <hrs@FreeBSD.org>2009-06-02 08:47:29 +0000
commitf89e578a68e5dfea700eb45e57e884f1f32a0567 (patch)
tree2bc96a32aaee0c9879e80df05242edb426465754 /print
parent2fdb7bb60614f63edd5e6a02f4529154fc72de8d (diff)
downloadports-f89e578a68e5dfea700eb45e57e884f1f32a0567.tar.gz
ports-f89e578a68e5dfea700eb45e57e884f1f32a0567.zip
Fix LIB_DEPENDS line.
Notes
Notes: svn path=/head/; revision=235011
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript8/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile
index 02e95fe1f6bf..53666bd4cc0b 100644
--- a/print/ghostscript8/Makefile
+++ b/print/ghostscript8/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ghostscript8
PORTVERSION= 8.64
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs/} \
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs${PORTVERSION:S/.//}/:gs_srcs \
@@ -87,7 +87,7 @@ PLIST_SUB+= GS_${D}="@comment "
.endfor
.if !defined(WITHOUT_CUPS)
-LIB_DEPENDS+= libcupsimage.so.2:${PORTSDIR}/print/cups-base
+LIB_DEPENDS+= libcupsimage.2:${PORTSDIR}/print/cups-image
CONFIGURE_ARGS+= --enable-cups
.else
CONFIGURE_ARGS+= --disable-cups