aboutsummaryrefslogtreecommitdiffstats
path: root/games/qkmj
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 09:02:44 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 09:02:44 +0800
commit7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7 (patch)
tree4a12b2cc5f942c5cbd90e6095a46749e9487c31e /games/qkmj
parent9eca9d9c3be542fb7d2775295de32351162caa11 (diff)
downloadfreebsd-ports-gnome-7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7.tar.gz
freebsd-ports-gnome-7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7.tar.zst
freebsd-ports-gnome-7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7.zip
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'games/qkmj')
-rw-r--r--games/qkmj/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/games/qkmj/Makefile b/games/qkmj/Makefile
index 9420b947696b..8d8edd188452 100644
--- a/games/qkmj/Makefile
+++ b/games/qkmj/Makefile
@@ -17,17 +17,13 @@ EXTRACT_ONLY=
MAINTAINER= clive@FreeBSD.org
COMMENT= QKMJ - QK Ma2Jong4 client
+RUN_DEPENDS= compat4x-i386>=0:${PORTSDIR}/misc/compat4x
+
ONLY_FOR_ARCHS= i386 amd64
IA32_BINARY_PORT= yes
PLIST_FILES= libexec/qkmj95p5-freebsd bin/qkmj
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500000
-RUN_DEPENDS+= compat4x-i386>=0:${PORTSDIR}/misc/compat4x
-.endif
-
NO_WRKSUBDIR= yes
NO_BUILD= yes
NO_CDROM= 'Do not sell for profit.'
@@ -39,4 +35,4 @@ do-install:
@${CHMOD} +x ${PREFIX}/bin/${PORTNAME}
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>