aboutsummaryrefslogtreecommitdiff
path: root/chinese/chinput3
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-19 09:35:15 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-19 09:35:15 +0000
commit0d2b4572aec5eac4e93d96516329eef6f21a9dd3 (patch)
tree5c70546c65c47b83cf3ace8dced29c36592f301b /chinese/chinput3
parentdc3212b51f2197d69610c79fa6ca1d992534d354 (diff)
downloadports-0d2b4572aec5eac4e93d96516329eef6f21a9dd3.tar.gz
ports-0d2b4572aec5eac4e93d96516329eef6f21a9dd3.zip
Notes
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 956673f1d0fd..85c513667670 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>