diff options
author | reg <reg@FreeBSD.org> | 2000-10-05 06:23:01 +0000 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-10-05 06:23:01 +0000 |
commit | 38d35e3db9111f42b79313f05731c75e6e55d7e8 (patch) | |
tree | 15816ec7b527e5501d5e562ef34c25d7d1093d4a /x11 | |
parent | e57ab899e8ccc8394fbdc7a53114f2d7e4b9a8d8 (diff) | |
download | FreeBSD-ports-38d35e3db9111f42b79313f05731c75e6e55d7e8.zip FreeBSD-ports-38d35e3db9111f42b79313f05731c75e6e55d7e8.tar.gz |
Implement USE_GLIB.
Diffstat (limited to 'x11')
-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 d990868..949bffd 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 |