From 5bb0d78297ba421785d9bb55c4380eaebe523a42 Mon Sep 17 00:00:00 2001 From: hrs Date: Thu, 2 May 2013 21:14:26 +0000 Subject: - Use OPTIONS_MULTI and OPTIONS_GROUP. - Add dependency on libpaper unconditionally to 8.x and 9.x. - Fix CONFLICTS_INSTALL. - Remove ABI version numbers from LIB_DEPENDS. --- print/ghostscript8/files/Makefile.drivers_post | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print/ghostscript8/files') diff --git a/print/ghostscript8/files/Makefile.drivers_post b/print/ghostscript8/files/Makefile.drivers_post index 0f3a0271232d..463cfa997f17 100644 --- a/print/ghostscript8/files/Makefile.drivers_post +++ b/print/ghostscript8/files/Makefile.drivers_post @@ -125,7 +125,7 @@ PORT_OPTIONS:= ${PORT_OPTIONS:NGS_${D}} .endfor .if defined(_CAIRO_DEVS) -LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo +LIB_DEPENDS+= cairo:${PORTSDIR}/graphics/cairo CONFIGURE_ARGS+= --enable-cairo .else CONFIGURE_ARGS+= --disable-cairo -- cgit