summaryrefslogtreecommitdiffstats
path: root/chinese/chinput3
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-19 09:35:15 +0000
committerkris <kris@FreeBSD.org>2004-02-19 09:35:15 +0000
commit1075c4f57297b66f4cbb52830a4643c91272c0e9 (patch)
tree5f5195b3663a7119e36010e2aab0d2b021984c0a /chinese/chinput3
parent802cd560ab357189a445c67fe2bb5c92a7283769 (diff)
downloadFreeBSD-ports-1075c4f57297b66f4cbb52830a4643c91272c0e9.zip
FreeBSD-ports-1075c4f57297b66f4cbb52830a4643c91272c0e9.tar.gz
FORBIDDEN on 5.x: Does not respect PTHREAD_{CFLAGS,LIBS}
Diffstat (limited to 'chinese/chinput3')
-rw-r--r--chinese/chinput3/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/chinese/chinput3/Makefile b/chinese/chinput3/Makefile
index 956673f1..85c5136 100644
--- a/chinese/chinput3/Makefile
+++ b/chinese/chinput3/Makefile
@@ -21,8 +21,14 @@ USE_GNOME= gtk12 imlib
MSG_FILE= ${.CURDIR}/pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502102
+FORBIDDEN= "Does not respect PTHREAD_{CFLAGS,LIBS}"
+.endif
+
post-install:
@${SED} -e 's,%%X11BASE%%,${X11BASE},g' ${MSG_FILE} > ${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud