diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/inkscape/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index fbcc6dfdddb..205440f93b4 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2012/05/06 21:12:04 dholland Exp $ +# $NetBSD: Makefile,v 1.69 2012/05/16 18:27:12 marino Exp $ DISTNAME= inkscape-0.48.2 PKGREVISION= 6 @@ -35,6 +35,8 @@ BUILDLINK_API_DEPENDS.poppler+= poppler>=0.5.9 UNLIMIT_RESOURCES= datasize +LDFLAGS.DragonFly= -lX11 + # This is a single SUBST, but it's hefty enough I've put it in its own file. .include "glib2-fixes.mk" |