aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2009-06-02 08:54:43 +0000
committerHiroki Sato <hrs@FreeBSD.org>2009-06-02 08:54:43 +0000
commit3d9f7303afbaa55d8fc9dd892fb6b0ddf8b0eac5 (patch)
tree84d7b7e14ac1c80629cd2d47bc2f53c6e0d00eda /print
parentf89e578a68e5dfea700eb45e57e884f1f32a0567 (diff)
downloadports-3d9f7303afbaa55d8fc9dd892fb6b0ddf8b0eac5.tar.gz
ports-3d9f7303afbaa55d8fc9dd892fb6b0ddf8b0eac5.zip
Fix LIB_DEPENDS line again.
Pointy hat to: hrs
Notes
Notes: svn path=/head/; revision=235012
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript8/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile
index 53666bd4cc0b..c6cf00091562 100644
--- a/print/ghostscript8/Makefile
+++ b/print/ghostscript8/Makefile
@@ -87,7 +87,7 @@ PLIST_SUB+= GS_${D}="@comment "
.endfor
.if !defined(WITHOUT_CUPS)
-LIB_DEPENDS+= libcupsimage.2:${PORTSDIR}/print/cups-image
+LIB_DEPENDS+= cupsimage.2:${PORTSDIR}/print/cups-image
CONFIGURE_ARGS+= --enable-cups
.else
CONFIGURE_ARGS+= --disable-cups