aboutsummaryrefslogtreecommitdiff
path: root/games/atomix
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-07-07 17:14:29 +0000
committerJohn Marino <marino@FreeBSD.org>2014-07-07 17:14:29 +0000
commit224b11ae3b514e8e1cd7cae9fbc80939ad744d2e (patch)
tree732098ec6eb908f1b45f58d1d559f174572672f8 /games/atomix
parent223bc2a99decb80999a475558551d44dd4c3fef6 (diff)
downloadports-224b11ae3b514e8e1cd7cae9fbc80939ad744d2e.tar.gz
ports-224b11ae3b514e8e1cd7cae9fbc80939ad744d2e.zip
games/atomix: stage, explicitly link with libm (dports)
Notes
Notes: svn path=/head/; revision=361107
Diffstat (limited to 'games/atomix')
-rw-r--r--games/atomix/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/games/atomix/Makefile b/games/atomix/Makefile
index dfc4215ca414..df65712e20f0 100644
--- a/games/atomix/Makefile
+++ b/games/atomix/Makefile
@@ -12,14 +12,12 @@ DIST_SUBDIR= gnome2
MAINTAINER= ports@FreeBSD.org
COMMENT= Yet another little mind game
-USE_BZIP2= yes
-USES= gettext gmake pkgconfig
+USES= gettext gmake pkgconfig tar:bzip2
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+LDFLAGS+= -L${LOCALBASE}/lib -lm
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's/games\.games/games:games/' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e '/^$$/d' ${WRKSRC}/po/POTFILES.in