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/ghostscript7-base | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Notes
Diffstat (limited to 'print/ghostscript7-base')
-rw-r--r-- | print/ghostscript7-base/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript7-base/files/Makefile.drivers_post | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript7-base/Makefile b/print/ghostscript7-base/Makefile index e2f7aae275c0..cfcc584be465 100644 --- a/print/ghostscript7-base/Makefile +++ b/print/ghostscript7-base/Makefile @@ -17,8 +17,8 @@ COMMENT= Ghostscript 7.x PostScript interpreter LICENSE= GPLv2 -LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png -RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts +LIB_DEPENDS= libpng.so:graphics/png +RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:print/gsfonts CONFLICTS_INSTALL= \ gambc-[0-9]* \ diff --git a/print/ghostscript7-base/files/Makefile.drivers_post b/print/ghostscript7-base/files/Makefile.drivers_post index 46742ccbc4a9..7133119260e4 100644 --- a/print/ghostscript7-base/files/Makefile.drivers_post +++ b/print/ghostscript7-base/files/Makefile.drivers_post @@ -31,7 +31,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 .if ${PORT_OPTIONS:MGS_cdj670} || \ |