diff options
author | hrs <hrs@FreeBSD.org> | 2009-06-02 16:47:29 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2009-06-02 16:47:29 +0800 |
commit | fdac7028445044b41ec88a535a22dae0a7cd1505 (patch) | |
tree | b9a0130feb9ea5ade60746c28d08ca28cc1131b7 /print | |
parent | 603e1a745c263ccef508e99d7f0c289970466456 (diff) | |
download | freebsd-ports-gnome-fdac7028445044b41ec88a535a22dae0a7cd1505.tar.gz freebsd-ports-gnome-fdac7028445044b41ec88a535a22dae0a7cd1505.tar.zst freebsd-ports-gnome-fdac7028445044b41ec88a535a22dae0a7cd1505.zip |
Fix LIB_DEPENDS line.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript8/Makefile | 4 |
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 |