summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-05-16 12:08:50 +0000
committermarino <marino@pkgsrc.org>2012-05-16 12:08:50 +0000
commite0c97e8adfff8035ce9b2faa630171392bc22be3 (patch)
treef93319375327798d608168c590b6de18f167eb26 /games
parent4193f98a718c68ef179da43057b7b641b7d2e9ae (diff)
downloadpkgsrc-e0c97e8adfff8035ce9b2faa630171392bc22be3.tar.gz
games/neverball: Fix indirect linking on DragonFly
Diffstat (limited to 'games')
-rw-r--r--games/neverball/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/neverball/Makefile b/games/neverball/Makefile
index a42311d18ed..491ad66b722 100644
--- a/games/neverball/Makefile
+++ b/games/neverball/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2011/11/01 06:01:19 sbd Exp $
+# $NetBSD: Makefile,v 1.25 2012/05/16 12:08:50 marino Exp $
DISTNAME= neverball-1.5.4
PKGREVISION= 4
@@ -23,6 +23,8 @@ SHAREDIR= ${PREFIX}/share/${PKGBASE}
INSTALLATION_DIRS= bin share/doc/${PKGBASE} share/${PKGBASE}
+LDFLAGS.DragonFly= -lX11 -lm
+
do-install:
${INSTALL_DATA} ${WRKSRC}/doc/MANUAL ${WRKSRC}/README \
${DESTDIR}${PREFIX}/share/doc/${PKGBASE}