Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2014 00:51:57 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346590 - head/graphics/xsvg
Message-ID:  <201403010051.s210pvsh077872@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403010051.s210pvsh077872>