diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-11-06 19:39:43 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-11-06 19:39:43 +0000 |
commit | 65c8663f357b3526eadd5d1c9528ff0ecb048274 (patch) | |
tree | 9550c41e71921096ffa275e4bc49317944bead18 /japanese/xchat | |
parent | 49d650df1cabd4244e71386bfc17042052dd02e3 (diff) | |
download | ports-65c8663f357b3526eadd5d1c9528ff0ecb048274.tar.gz ports-65c8663f357b3526eadd5d1c9528ff0ecb048274.zip |
Notes
Diffstat (limited to 'japanese/xchat')
-rw-r--r-- | japanese/xchat/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/japanese/xchat/Makefile b/japanese/xchat/Makefile index c27b9ab0a0cf..59a09e93289b 100644 --- a/japanese/xchat/Makefile +++ b/japanese/xchat/Makefile @@ -7,6 +7,7 @@ MASTERDIR= ${.CURDIR}/../../irc/xchat +PORTREVISION= 1 CATEGORIES= japanese PATCH_SITES= http://northeye.org/~takuo/xchat-ja/ PATCHFILES= ${PORTNAME}-${PORTVERSION}.ja.3.diff.gz @@ -18,6 +19,8 @@ LIB_DEPENDS= iconv.1:${PORTSDIR}/converters/iconv MD5_FILE= ${.CURDIR}/distinfo +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-japanese-conv # --enable-ipv6 MAKE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -liconv -lintl" |