diff options
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 |