diff options
author | Johan van Selst <johans@FreeBSD.org> | 2013-05-15 19:43:11 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2013-05-15 19:43:11 +0000 |
commit | 101421110a1ec893eba55cdde2b584481038987c (patch) | |
tree | 857dd48528d504cf89486a56db3b8717b646ef93 /graphics/xpaint | |
parent | 4874a96651b29844d19754e22b46b84726f9aaf1 (diff) | |
download | freebsd-ports-101421110a1ec893eba55cdde2b584481038987c.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 |