diff options
author | tcberner <tcberner@FreeBSD.org> | 2019-04-07 04:55:44 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2019-04-07 04:55:44 +0800 |
commit | 1698ff187714d274bcae91c8c5de3f6ed153470b (patch) | |
tree | 649a306e429f4b7013d360612a110c9da9ecc527 /graphics | |
parent | ae81b55528e25c8afebf91733d9a52bc6700fce9 (diff) | |
download | freebsd-ports-gnome-1698ff187714d274bcae91c8c5de3f6ed153470b.tar.gz freebsd-ports-gnome-1698ff187714d274bcae91c8c5de3f6ed153470b.tar.zst freebsd-ports-gnome-1698ff187714d274bcae91c8c5de3f6ed153470b.zip |
graphics/xsvg: fix underlinking
Reported by: antoine
Approved by: kwm (gnome)
Diffstat (limited to 'graphics')
-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 |