diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-19 09:35:15 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-19 09:35:15 +0000 |
commit | 0d2b4572aec5eac4e93d96516329eef6f21a9dd3 (patch) | |
tree | 5c70546c65c47b83cf3ace8dced29c36592f301b /chinese/chinput3/Makefile | |
parent | dc3212b51f2197d69610c79fa6ca1d992534d354 (diff) | |
download | ports-0d2b4572aec5eac4e93d96516329eef6f21a9dd3.tar.gz ports-0d2b4572aec5eac4e93d96516329eef6f21a9dd3.zip |
FORBIDDEN on 5.x: Does not respect PTHREAD_{CFLAGS,LIBS}
Notes
Notes:
svn path=/head/; revision=101376
Diffstat (limited to 'chinese/chinput3/Makefile')
-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 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> |