svn commit: r314116 - head/games/hitori
Pawel Pekala
pawel at FreeBSD.org
Wed Mar 13 21:50:39 UTC 2013
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>
More information about the svn-ports-all
mailing list