diff options
author | marino <marino> | 2012-05-16 13:45:14 +0000 |
---|---|---|
committer | marino <marino> | 2012-05-16 13:45:14 +0000 |
commit | feab648798a8d0a23be868443a8a0703f4be0cac (patch) | |
tree | 6ae6994543a5a2cf76f02fffb1d48ae9489d69a0 /games/warzone2100 | |
parent | c85a00bc3eb3e094a7c44ba0a87eeb44f0c76ed9 (diff) | |
download | pkgsrc-feab648798a8d0a23be868443a8a0703f4be0cac.tar.gz |
games/warzone2100: Fix indirect linking on DragonFly
Diffstat (limited to 'games/warzone2100')
-rw-r--r-- | games/warzone2100/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile index 2c22c35f7c6..48fccaf6a36 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -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 |