diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-10-13 01:28:10 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-10-13 01:28:10 +0000 |
commit | 3e239d20a1d989037f38f3666495327f3de04375 (patch) | |
tree | f1379448bd7ef8d9badccde72cd592b68ce5441e /x11 | |
parent | 821406baab86e91d175224e9df2d03dba5ba0697 (diff) | |
download | ports-3e239d20a1d989037f38f3666495327f3de04375.tar.gz ports-3e239d20a1d989037f38f3666495327f3de04375.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/dgs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index e793fa30afd6..8ccae7b88406 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -9,19 +9,19 @@ MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ../old-gnu/dgs MAINTAINER= ports@FreeBSD.org -COMMENT= A display ghostscript system +COMMENT= Display ghostscript system -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - tiff:${PORTSDIR}/graphics/tiff +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png \ + libtiff.so:${PORTSDIR}/graphics/tiff MAKE_JOBS_UNSAFE= yes NO_STAGE= yes USE_GHOSTSCRIPT_RUN= yes USE_XORG= xt sm ice xext x11 -USE_GMAKE= yes USE_GNOME= glib12 +USES= gmake USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool |