diff options
author | marino <marino@pkgsrc.org> | 2012-05-16 18:27:12 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-05-16 18:27:12 +0000 |
commit | 873d53e6133a702daf870fe3d89db8b0ddaa7d4a (patch) | |
tree | 9a9e6a0a63cfff4d4cb1fecaa10653aa109e4ccc | |
parent | ecb6dd32704982f9d611391560e5353c4d2ace47 (diff) | |
download | pkgsrc-873d53e6133a702daf870fe3d89db8b0ddaa7d4a.tar.gz |
graphics/inkscape: Fix indirect linking on DragonFly
-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" |