diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:44:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:44:04 +0000 |
commit | 6ca92592d58fba5e5954c7325043d1b4d6b26646 (patch) | |
tree | 289ec4aa8b822fb645ed24b93d3aecb4b11d3438 /print/ghostscript7 | |
parent | 838bfabea59c3c6d88886bbf7417b92f560c5481 (diff) | |
download | ports-6ca92592d58fba5e5954c7325043d1b4d6b26646.tar.gz ports-6ca92592d58fba5e5954c7325043d1b4d6b26646.zip |
Notes
Diffstat (limited to 'print/ghostscript7')
-rw-r--r-- | print/ghostscript7/files/Makefile.drivers_post | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript7/files/Makefile.drivers_post b/print/ghostscript7/files/Makefile.drivers_post index 24147c9d9419..72c1139803cb 100644 --- a/print/ghostscript7/files/Makefile.drivers_post +++ b/print/ghostscript7/files/Makefile.drivers_post @@ -31,7 +31,7 @@ OPTIONS_UNSET+= ${PORT_OPTIONS:MGS_${D}} .endfor .if defined(_VGA_DEVS) -LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib +LIB_DEPENDS+= libvga.so:${PORTSDIR}/graphics/svgalib .endif # x11 specific |