games/warzone2100: Fix indirect linking on DragonFly
This commit is contained in:
parent
b27c2acd25
commit
429b582ffa
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.15 2012/01/14 03:28:32 hans Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2012/05/16 13:45:14 marino Exp $
|
||||
#
|
||||
|
||||
DISTNAME= warzone2100-2.2.2
|
||||
|
@ -21,6 +21,8 @@ FLEX_REQD= 2.5.35
|
|||
|
||||
CONFIGURE_ARGS+= --with-distributor=pkgsrc
|
||||
|
||||
LDFLAGS.DragonFly= -lX11 -lintl
|
||||
|
||||
post-build:
|
||||
cd ${WRKSRC}/po && ${SETENV} ${MAKE_ENV} ${MAKE} update-gmo
|
||||
|
||||
|
|
Loading…
Reference in a new issue