diff options
author | kris <kris@FreeBSD.org> | 2004-02-19 09:35:15 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-19 09:35:15 +0000 |
commit | 1075c4f57297b66f4cbb52830a4643c91272c0e9 (patch) | |
tree | 5f5195b3663a7119e36010e2aab0d2b021984c0a /chinese/chinput3 | |
parent | 802cd560ab357189a445c67fe2bb5c92a7283769 (diff) | |
download | FreeBSD-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/Makefile | 8 |
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> |