diff options
author | marino <marino@pkgsrc.org> | 2012-05-16 12:08:50 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-05-16 12:08:50 +0000 |
commit | e0c97e8adfff8035ce9b2faa630171392bc22be3 (patch) | |
tree | f93319375327798d608168c590b6de18f167eb26 /games | |
parent | 4193f98a718c68ef179da43057b7b641b7d2e9ae (diff) | |
download | pkgsrc-e0c97e8adfff8035ce9b2faa630171392bc22be3.tar.gz |
games/neverball: Fix indirect linking on DragonFly
Diffstat (limited to 'games')
-rw-r--r-- | games/neverball/Makefile | 4 |
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} |