svn commit: r318260 - head/graphics/xpaint
Johan van Selst
johans at FreeBSD.org
Wed May 15 19:43:11 UTC 2013
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
More information about the svn-ports-all
mailing list