1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix build of ports/chinese/chinput3

PR:		53322
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Approved by:	maintainer
This commit is contained in:
Yen-Ming Lee 2003-06-15 08:07:48 +00:00
parent 4f0076b50b
commit 8751db0791
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83007

View File

@ -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>