diff options
author | leeym <leeym@FreeBSD.org> | 2003-06-15 16:07:48 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-06-15 16:07:48 +0800 |
commit | 9cfffadbe98430970f78b1256c8566b1fc8f11d9 (patch) | |
tree | a0f3bb4c6f9099493d08e66647b887907898713a /chinese/chinput3 | |
parent | abbcec0b2361339197c2eee034db138fe4622ac3 (diff) | |
download | freebsd-ports-gnome-9cfffadbe98430970f78b1256c8566b1fc8f11d9.tar.gz freebsd-ports-gnome-9cfffadbe98430970f78b1256c8566b1fc8f11d9.tar.zst freebsd-ports-gnome-9cfffadbe98430970f78b1256c8566b1fc8f11d9.zip |
Fix build of ports/chinese/chinput3
PR: 53322
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Approved by: maintainer
Diffstat (limited to 'chinese/chinput3')
-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> |