Date: Wed, 15 May 2013 19:43:11 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318260 - head/graphics/xpaint Message-ID: <201305151943.r4FJhBSb074873@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Wed May 15 19:43:11 2013 New Revision: 318260 URL: http://svnweb.freebsd.org/changeset/ports/318260 Log: Add run dependency on ghostscript and psutils Modified: head/graphics/xpaint/Makefile Modified: head/graphics/xpaint/Makefile ============================================================================== --- head/graphics/xpaint/Makefile Wed May 15 19:42:16 2013 (r318259) +++ head/graphics/xpaint/Makefile Wed May 15 19:43:11 2013 (r318260) @@ -3,6 +3,7 @@ PORTNAME= xpaint PORTVERSION= 2.9.9.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/sf-${PORTNAME}/sf-${PORTNAME}/${PORTNAME}-${PORTVERSION:R} @@ -17,10 +18,13 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/ jbig:${PORTSDIR}/graphics/jbigkit \ Xaw3dxft:${PORTSDIR}/x11-toolkits/libxaw3dxft +RUN_DEPENDS= psselect:${PORTSDIR}/print/psutils + USE_BZIP2= yes USE_XORG= xft xmu xpm USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes +USE_GHOSTSCRIPT_RUN=yes CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 LDFLAGS+= -L${LOCALBASE}/lib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305151943.r4FJhBSb074873>