summaryrefslogtreecommitdiff
path: root/graphics/blinkentools
diff options
context:
space:
mode:
authormarino <marino>2012-01-29 10:13:16 +0000
committermarino <marino>2012-01-29 10:13:16 +0000
commitd79d8ec0776c9c156cdfe20d1cdcfd71b349a91f (patch)
tree98eaacc268ef41437b7bd4e222b6217ab0d8a06d /graphics/blinkentools
parent375200174eac2dc15d98c828399a717a3cf8f8c6 (diff)
downloadpkgsrc-d79d8ec0776c9c156cdfe20d1cdcfd71b349a91f.tar.gz
graphics/blinkentools: Fix indirect linking error on DragonFly
Diffstat (limited to 'graphics/blinkentools')
-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"