svn commit: r361107 - head/games/atomix

John Marino marino at FreeBSD.org
Mon Jul 7 17:14:30 UTC 2014


Author: marino
Date: Mon Jul  7 17:14:29 2014
New Revision: 361107
URL: http://svnweb.freebsd.org/changeset/ports/361107
QAT: https://qat.redports.org/buildarchive/r361107/

Log:
  games/atomix: stage, explicitly link with libm (dports)

Modified:
  head/games/atomix/Makefile

Modified: head/games/atomix/Makefile
==============================================================================
--- head/games/atomix/Makefile	Mon Jul  7 17:12:50 2014	(r361106)
+++ head/games/atomix/Makefile	Mon Jul  7 17:14:29 2014	(r361107)
@@ -12,14 +12,12 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	ports at 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


More information about the svn-ports-all mailing list