summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/blinkentools/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/blinkentools/Makefile b/graphics/blinkentools/Makefile
index 529400577ee..b7c1119454f 100644
--- a/graphics/blinkentools/Makefile
+++ b/graphics/blinkentools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2011/11/01 06:01:26 sbd Exp $
+# $NetBSD: Makefile,v 1.20 2012/01/29 10:13:16 marino Exp $
#
DISTNAME= blinkentools-2.2
@@ -15,6 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= pkg-config
GNU_CONFIGURE= YES
+LDFLAGS.DragonFly= -lz
+
CONFIGURE_ARGS+= --enable-oldtools
.include "../../devel/blib/buildlink3.mk"