mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Fix build on 10.x
- Support staging - Use new LIB_DEPENDS syntax
This commit is contained in:
parent
d4867a1239
commit
b026e1d3c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346590
@ -11,13 +11,13 @@ MASTER_SITES= http://cairographics.org/snapshots/
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user