diff options
author | hrs <hrs@FreeBSD.org> | 2013-05-03 05:14:26 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-05-03 05:14:26 +0800 |
commit | 5bb0d78297ba421785d9bb55c4380eaebe523a42 (patch) | |
tree | ce130a4952071c0fb910cc998c76ea53a04bef17 /print/ghostscript8/files | |
parent | df8a23f05451495499c1019fff954b899542d873 (diff) | |
download | freebsd-ports-gnome-5bb0d78297ba421785d9bb55c4380eaebe523a42.tar.gz freebsd-ports-gnome-5bb0d78297ba421785d9bb55c4380eaebe523a42.tar.zst freebsd-ports-gnome-5bb0d78297ba421785d9bb55c4380eaebe523a42.zip |
- 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.
Diffstat (limited to 'print/ghostscript8/files')
-rw-r--r-- | print/ghostscript8/files/Makefile.drivers_post | 2 |
1 files changed, 1 insertions, 1 deletions
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 |