diff options
author | eadler <eadler@FreeBSD.org> | 2013-10-13 09:28:10 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-10-13 09:28:10 +0800 |
commit | 66aca238f9d4f4352d50c38771b091879cf37de1 (patch) | |
tree | f1379448bd7ef8d9badccde72cd592b68ce5441e /x11 | |
parent | 20f8c45b5c3659ee2e71c17a2513b655660eae00 (diff) | |
download | freebsd-ports-gnome-66aca238f9d4f4352d50c38771b091879cf37de1.tar.gz freebsd-ports-gnome-66aca238f9d4f4352d50c38771b091879cf37de1.tar.zst freebsd-ports-gnome-66aca238f9d4f4352d50c38771b091879cf37de1.zip |
Apply some simple cleanup to this port:
- Fix COMMENT
- USE_GMAKE -> USES=gmake
- Use new LIB_DEPENDS format
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 |