aboutsummaryrefslogtreecommitdiffstats
path: root/games/hitori
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2013-03-14 05:50:38 +0800
committerpawel <pawel@FreeBSD.org>2013-03-14 05:50:38 +0800
commitd36db38473d4cb6abb5391c9f4fbb2735c900c96 (patch)
tree979c5831a1fd2f41764a734fd6821c4c6199bd7b /games/hitori
parent3bd1830527137ceaf82936662e2c1749b278b3cd (diff)
downloadfreebsd-ports-gnome-d36db38473d4cb6abb5391c9f4fbb2735c900c96.tar.gz
freebsd-ports-gnome-d36db38473d4cb6abb5391c9f4fbb2735c900c96.tar.zst
freebsd-ports-gnome-d36db38473d4cb6abb5391c9f4fbb2735c900c96.zip
USE_XZ is enough to extract
Noticed by: bapt@
Diffstat (limited to 'games/hitori')
-rw-r--r--games/hitori/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/games/hitori/Makefile b/games/hitori/Makefile
index 8e68f53cfc00..bc6694bddd87 100644
--- a/games/hitori/Makefile
+++ b/games/hitori/Makefile
@@ -19,6 +19,7 @@ LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept
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>