graphics/blinkentools: Fix indirect linking error on DragonFly

This commit is contained in:
marino 2012-01-29 10:13:16 +00:00
parent 1d6734a48e
commit cd2c8bdcde

View file

@ -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"