diff options
author | hrs <hrs@FreeBSD.org> | 2009-06-02 16:54:43 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2009-06-02 16:54:43 +0800 |
commit | 034292558f77ef6d1453f812d5b2f8ab8d44b478 (patch) | |
tree | 869d2cbeeb49922611f1348cf6d270da055ddb2a | |
parent | fdac7028445044b41ec88a535a22dae0a7cd1505 (diff) | |
download | freebsd-ports-gnome-034292558f77ef6d1453f812d5b2f8ab8d44b478.tar.gz freebsd-ports-gnome-034292558f77ef6d1453f812d5b2f8ab8d44b478.tar.zst freebsd-ports-gnome-034292558f77ef6d1453f812d5b2f8ab8d44b478.zip |
Fix LIB_DEPENDS line again.
Pointy hat to: hrs
-rw-r--r-- | print/ghostscript8/Makefile | 2 |
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 |