summaryrefslogtreecommitdiffstats
path: root/games/lianliankan
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-05-21 19:05:17 +0000
committerpav <pav@FreeBSD.org>2006-05-21 19:05:17 +0000
commit1033a0eef776f717c5ea483a0d845e5795730231 (patch)
tree7f8a538d8e10b13f3d6658a8d57b5adb6956d7f5 /games/lianliankan
parent38826514f79aebf4206e875eee91614078eef331 (diff)
downloadFreeBSD-ports-1033a0eef776f717c5ea483a0d845e5795730231.zip
FreeBSD-ports-1033a0eef776f717c5ea483a0d845e5795730231.tar.gz
- Does not compile on FreeBSD 4.X
Reported by: krismail
Diffstat (limited to 'games/lianliankan')
-rw-r--r--games/lianliankan/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/lianliankan/Makefile b/games/lianliankan/Makefile
index 54eb149..d08932e 100644
--- a/games/lianliankan/Makefile
+++ b/games/lianliankan/Makefile
@@ -23,8 +23,14 @@ USE_X_PREFIX= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= does not compile
+.endif
+
post-install:
${MKDIR} ${PREFIX}/share/applications
${INSTALL_DATA} ${FILESDIR}/lianliankan.desktop ${PREFIX}/share/applications
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud