diff options
author | leeym <leeym@FreeBSD.org> | 2003-11-08 01:36:28 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-11-08 01:36:28 +0800 |
commit | 12fccb0f633989c48599696d0f756fb56dc4507b (patch) | |
tree | 01f41e328b157b84f99f7d1c147ea73b247ca21e /chinese/zhcon | |
parent | fd9ba2b1b08316a94926ac8dad4564678a8fa017 (diff) | |
download | freebsd-ports-gnome-12fccb0f633989c48599696d0f756fb56dc4507b.tar.gz freebsd-ports-gnome-12fccb0f633989c48599696d0f756fb56dc4507b.tar.zst freebsd-ports-gnome-12fccb0f633989c48599696d0f756fb56dc4507b.zip |
remove USE_XLIB
PR: 58978
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
Diffstat (limited to 'chinese/zhcon')
-rw-r--r-- | chinese/zhcon/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chinese/zhcon/Makefile b/chinese/zhcon/Makefile index a3dc93650584..e1da8b2dfd06 100644 --- a/chinese/zhcon/Makefile +++ b/chinese/zhcon/Makefile @@ -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> |