View | Details | Raw Unified | Return to bug 53322
Collapse All | Expand All

(-)/tmp/chinput3/Makefile (-10 / +7 lines)
Lines 14-29 Link Here
14
COMMENT=	Chinese GB2312,BIG5 code input server
14
COMMENT=	Chinese GB2312,BIG5 code input server
15
15
16
USE_XLIB=	yes
16
USE_XLIB=	yes
17
USE_IMLIB=	yes
17
USE_GNOME=	gtk12 imlib
18
USE_GNOME=	gtk12
19
18
20
.include <bsd.port.pre.mk>
19
MSG_FILE=	${.CURDIR}/pkg-message
20
PKGMESSAGE=	${WRKDIR}/pkg-message
21
21
22
.if ${OSVERSION} >= 500113
22
post-install:
23
BROKEN=         "Does not link"
23
	@${SED} -e 's,%%X11BASE%%,${X11BASE},g' ${MSG_FILE} > ${PKGMESSAGE}
24
.endif
24
	@${CAT} ${PKGMESSAGE}
25
25
26
port-install:
26
.include <bsd.port.mk>
27
	@${SED} -e 's,%%X11BASE%%,${X11BASE},g' < ${PKGMESSAGE}
28
29
.include <bsd.port.post.mk>

Return to bug 53322