diff options
author | marino <marino@pkgsrc.org> | 2012-01-29 00:15:04 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-01-29 00:15:04 +0000 |
commit | f1cb388960f2e1b3d8e60e7a27eb9feed5a2f08e (patch) | |
tree | 3641949bfa871b745a1900f9c6a005639f967674 /textproc | |
parent | 4795df2ecce1624d89e0e5868d9b4381b1321e3b (diff) | |
download | pkgsrc-f1cb388960f2e1b3d8e60e7a27eb9feed5a2f08e.tar.gz |
textproc/ebview: Fix indirect linking error on DragonFly
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ebview/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ebview/Makefile b/textproc/ebview/Makefile index 01ec9b4189d..0aeb9b68947 100644 --- a/textproc/ebview/Makefile +++ b/textproc/ebview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2011/11/01 06:02:38 sbd Exp $ +# $NetBSD: Makefile,v 1.12 2012/01/29 00:15:04 marino Exp $ DISTNAME= ebview-0.3.6 PKGREVISION= 7 @@ -15,6 +15,8 @@ USE_PKGLOCALEDIR= YES USE_TOOLS+= gmake pkg-config msgfmt GNU_CONFIGURE= YES +LDFLAGS.DragonFly= -lX11 + .include "../../converters/libiconv/buildlink3.mk" .include "../../textproc/eb/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |