diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /print/ghostscript8-base/files/Makefile.drivers_post | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412348
Diffstat (limited to 'print/ghostscript8-base/files/Makefile.drivers_post')
-rw-r--r-- | print/ghostscript8-base/files/Makefile.drivers_post | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript8-base/files/Makefile.drivers_post b/print/ghostscript8-base/files/Makefile.drivers_post index 6f44682dcc6b..02c9ad22425d 100644 --- a/print/ghostscript8-base/files/Makefile.drivers_post +++ b/print/ghostscript8-base/files/Makefile.drivers_post @@ -40,7 +40,7 @@ PORT_OPTIONS:= ${PORT_OPTIONS:NGS_${D}} .endfor .if defined(_CUPS_DEVS) -LIB_DEPENDS+= libcupsimage.so:${PORTSDIR}/print/cups +LIB_DEPENDS+= libcupsimage.so:print/cups CONFIGURE_ARGS+= --enable-cups .else CONFIGURE_ARGS+= --disable-cups @@ -61,7 +61,7 @@ OPTIONS_UNSET+= ${PORT_OPTIONS:MGS_${D}} .endfor .if defined(_VGA_DEVS) -LIB_DEPENDS+= libvga.so:${PORTSDIR}/graphics/svgalib +LIB_DEPENDS+= libvga.so:graphics/svgalib .endif # iconv specific @@ -93,7 +93,7 @@ PORT_OPTIONS:= ${PORT_OPTIONS:NGS_${D}} .endfor .if defined(_CAIRO_DEVS) -LIB_DEPENDS+= libcairo.so:${PORTSDIR}/graphics/cairo +LIB_DEPENDS+= libcairo.so:graphics/cairo CONFIGURE_ARGS+= --enable-cairo .else CONFIGURE_ARGS+= --disable-cairo |