svn commit: r346590 - head/graphics/xsvg
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Mar 1 00:51:58 UTC 2014
Author: amdmi3
Date: Sat Mar 1 00:51:57 2014
New Revision: 346590
URL: http://svnweb.freebsd.org/changeset/ports/346590
QAT: https://qat.redports.org/buildarchive/r346590/
Log:
- Fix build on 10.x
- Support staging
- Use new LIB_DEPENDS syntax
Modified:
head/graphics/xsvg/Makefile
Modified: head/graphics/xsvg/Makefile
==============================================================================
--- head/graphics/xsvg/Makefile Sat Mar 1 00:51:49 2014 (r346589)
+++ head/graphics/xsvg/Makefile Sat Mar 1 00:51:57 2014 (r346590)
@@ -11,13 +11,13 @@ MASTER_SITES= http://cairographics.org/s
MAINTAINER= gnome at FreeBSD.org
COMMENT= X11 SVG viewer
-LIB_DEPENDS= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo
+LIB_DEPENDS= libsvg-cairo.so:${PORTSDIR}/graphics/libsvg-cairo
USES= pkgconfig
GNU_CONFIGURE= yes
+LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lXrender
+USE_XORG= x11 xrender
-PLIST_FILES= bin/xsvg
-MAN1= xsvg.1
+PLIST_FILES= bin/xsvg man/man1/xsvg.1.gz
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list