diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-15 08:07:48 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-15 08:07:48 +0000 |
commit | 8751db0791ababd693466f271454e0683f415a0c (patch) | |
tree | 57fde4e74ace29e1985bdb214facca05fcf9a473 /chinese | |
parent | Fix build when using mozilla-devel-gtk2. (diff) |
Fix build of ports/chinese/chinput3
PR: 53322
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=83007
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/chinput3/Makefile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/chinese/chinput3/Makefile b/chinese/chinput3/Makefile index 5f8881322f9a..ac8d071c32cb 100644 --- a/chinese/chinput3/Makefile +++ b/chinese/chinput3/Makefile @@ -14,16 +14,13 @@ MAINTAINER= statue@freebsd.sinica.edu.tw COMMENT= Chinese GB2312,BIG5 code input server USE_XLIB= yes -USE_IMLIB= yes -USE_GNOME= gtk12 +USE_GNOME= gtk12 imlib -.include <bsd.port.pre.mk> +MSG_FILE= ${.CURDIR}/pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message -.if ${OSVERSION} >= 500113 -BROKEN= "Does not link" -.endif +post-install: + @${SED} -e 's,%%X11BASE%%,${X11BASE},g' ${MSG_FILE} > ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} -port-install: - @${SED} -e 's,%%X11BASE%%,${X11BASE},g' < ${PKGMESSAGE} - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |