diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-04-06 20:55:44 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-04-06 20:55:44 +0000 |
commit | 0dd6655103891ce811b1caaed252f7fc6211a762 (patch) | |
tree | 649a306e429f4b7013d360612a110c9da9ecc527 /graphics/xsvg | |
parent | bb8d058377eb4806b797f296867a2cc522187e70 (diff) | |
download | ports-0dd6655103891ce811b1caaed252f7fc6211a762.tar.gz ports-0dd6655103891ce811b1caaed252f7fc6211a762.zip |
graphics/xsvg: fix underlinking
Reported by: antoine
Approved by: kwm (gnome)
Notes
Notes:
svn path=/head/; revision=498200
Diffstat (limited to 'graphics/xsvg')
-rw-r--r-- | graphics/xsvg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xsvg/Makefile b/graphics/xsvg/Makefile index c52b8e10157c..f706f76763ab 100644 --- a/graphics/xsvg/Makefile +++ b/graphics/xsvg/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libsvg-cairo.so:graphics/libsvg-cairo USES= pkgconfig GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lXrender +LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lXrender -lm USE_XORG= x11 xrender PLIST_FILES= bin/xsvg man/man1/xsvg.1.gz |