diff options
author | johans <johans@FreeBSD.org> | 2013-05-16 03:43:11 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2013-05-16 03:43:11 +0800 |
commit | 33fed5e79334ec8def477226b745cde1dcc2d8a8 (patch) | |
tree | 857dd48528d504cf89486a56db3b8717b646ef93 /graphics/xpaint | |
parent | 93acb61e2c73c07a8dac5036d01cfe3d6a759547 (diff) | |
download | freebsd-ports-gnome-33fed5e79334ec8def477226b745cde1dcc2d8a8.tar.gz freebsd-ports-gnome-33fed5e79334ec8def477226b745cde1dcc2d8a8.tar.zst freebsd-ports-gnome-33fed5e79334ec8def477226b745cde1dcc2d8a8.zip |
Add run dependency on ghostscript and psutils
Diffstat (limited to 'graphics/xpaint')
-rw-r--r-- | graphics/xpaint/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index caf2a46e96b0..6cf824248d7b 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -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/png \ 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 |