graphics/blinkentools: Fix indirect linking error on DragonFly
This commit is contained in:
parent
1d6734a48e
commit
cd2c8bdcde
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue