summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authormarino <marino>2012-05-16 15:02:41 +0000
committermarino <marino>2012-05-16 15:02:41 +0000
commit52a84425541315551b6a3a853b9f6be086b93db6 (patch)
tree2faa8189ee2be8b038914fc5dc44d90c9a346c7e /games
parent074e5b1cfe47eecf0fc42e702d227118c743df4e (diff)
downloadpkgsrc-52a84425541315551b6a3a853b9f6be086b93db6.tar.gz
games/powermanga: Fix indirect linking on DragonFly
Diffstat (limited to 'games')
-rw-r--r--games/powermanga/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/powermanga/Makefile b/games/powermanga/Makefile
index 2228bdb6d0c..255008022f0 100644
--- a/games/powermanga/Makefile
+++ b/games/powermanga/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2011/07/05 01:39:10 dholland Exp $
+# $NetBSD: Makefile,v 1.24 2012/05/16 15:02:41 marino Exp $
#
DISTNAME= powermanga-0.90
@@ -17,6 +17,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
MAKE_ENV+= TOUCH=${TOUCH:Q} WRKSRC=${WRKSRC:Q}
+LDFLAGS.DragonFly= -lm
.include "../../mk/bsd.prefs.mk"