Date: Wed, 13 Mar 2013 21:50:38 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314116 - head/games/hitori Message-ID: <201303132150.r2DLocrn091537@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Wed Mar 13 21:50:38 2013 New Revision: 314116 URL: http://svnweb.freebsd.org/changeset/ports/314116 Log: USE_XZ is enough to extract Noticed by: bapt@ Modified: head/games/hitori/Makefile (contents, props changed) Modified: head/games/hitori/Makefile ============================================================================== --- head/games/hitori/Makefile Wed Mar 13 21:39:40 2013 (r314115) +++ head/games/hitori/Makefile Wed Mar 13 21:50:38 2013 (r314116) @@ -19,6 +19,7 @@ LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg- BUILD_DEPENDS= xml2po:${PORTSDIR}/textproc/gnome-doc-utils LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo +USE_XZ= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= glib20 gtk30 @@ -51,9 +52,4 @@ post-install: ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif -.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) -USE_XZ= yes -EXTRACT_DEPENDS+= lzma:${PORTSDIR}/archivers/xz -.endif - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303132150.r2DLocrn091537>