remove USE_XLIB

PR:		58978
Submitted by:	Statue <statue@freebsd.sinica.edu.tw>
This commit is contained in:
Yen-Ming Lee 2003-11-07 17:36:28 +00:00
parent 4fa9390134
commit c30629a801
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93315

View file

@ -21,10 +21,12 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-included-gettext=${LOCALBASE}
USE_GMAKE= yes
USE_REINPLACE= yes
REINPLACE_ARGS= # empty
USE_XLIB= yes
ONLY_FOR_ARCHS= i386
MAN1= zhcon.1
post-patch:
${REINPLACE_CMD} -e 's,${LOCALBASE}/share/locale,${PREFIX}/share/locale,g' \
${WRKSRC}/*
.include <bsd.port.mk>