diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/dgs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index 2288418ba8b6..b1b17aef8004 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -11,9 +11,9 @@ MASTER_SITE_SUBDIR= ../old-gnu/dgs MAINTAINER= ports@FreeBSD.org COMMENT= A display ghostscript system -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff + tiff:${PORTSDIR}/graphics/tiff USE_GHOSTSCRIPT_RUN= yes USE_XORG= xt sm ice xext x11 |