diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
commit | c60c1d09235abbfd733e901b1872b86adc82027c (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /print/ghostscript9-agpl-base/files | |
parent | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (diff) | |
download | freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.gz freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.zst freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'print/ghostscript9-agpl-base/files')
-rw-r--r-- | print/ghostscript9-agpl-base/files/Makefile.drivers_post | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript9-agpl-base/files/Makefile.drivers_post b/print/ghostscript9-agpl-base/files/Makefile.drivers_post index e02dc786adb0..ab2a2fbedcc5 100644 --- a/print/ghostscript9-agpl-base/files/Makefile.drivers_post +++ b/print/ghostscript9-agpl-base/files/Makefile.drivers_post @@ -41,7 +41,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 @@ -62,7 +62,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 |