diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:23:01 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:23:01 +0000 |
commit | d0cdca8bc326260560504ebb5d4b206942ca5125 (patch) | |
tree | 6587afa98b84aaf9066d2a7b78f8da1485a724c6 /x11/dgs/Makefile | |
parent | Update to 0.5.11 since 0.5.10 is no longer fetchable. (diff) |
Implement USE_GLIB.
Diffstat (limited to 'x11/dgs/Makefile')
-rw-r--r-- | x11/dgs/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index d990868aafc6..949bffd51ae4 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -16,18 +16,14 @@ MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.4:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - glib12.3:${PORTSDIR}/devel/glib12 -BUILD_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 + tiff.4:${PORTSDIR}/graphics/tiff +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 -GLIB_CONFIG= ${LOCALBASE}/bin/glib12-config - -USE_GMAKE= yes USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GLIB= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= GLIB_CONFIG=${GLIB_CONFIG} -MAKE_ENV= INSTALL=${INSTALL} MAN1= dgs.1 dpsnx.agent.1 MANM= dpsexec makepsres xepsf |