aboutsummaryrefslogtreecommitdiffstats
path: root/korean/gaim
diff options
context:
space:
mode:
authorcjh <cjh@FreeBSD.org>2002-03-30 22:45:08 +0800
committercjh <cjh@FreeBSD.org>2002-03-30 22:45:08 +0800
commit28d17a453e8b5faa9ae240a41a437c72cb5d2315 (patch)
tree51d8bb5f6568df186430f80a0bdcd5fc0992909d /korean/gaim
parentf134449553636a4aa6adf5666608dd74d8fb1cc5 (diff)
downloadfreebsd-ports-gnome-28d17a453e8b5faa9ae240a41a437c72cb5d2315.tar.gz
freebsd-ports-gnome-28d17a453e8b5faa9ae240a41a437c72cb5d2315.tar.zst
freebsd-ports-gnome-28d17a453e8b5faa9ae240a41a437c72cb5d2315.zip
This port(and accompanied patch) need langinfo.h, and it exists only
4-stable after langinfo.h MFC(occurred Mar 12 2002 by phantom) and recent -current.
Diffstat (limited to 'korean/gaim')
-rw-r--r--korean/gaim/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/korean/gaim/Makefile b/korean/gaim/Makefile
index cc2b83478344..1c7505103f5d 100644
--- a/korean/gaim/Makefile
+++ b/korean/gaim/Makefile
@@ -17,4 +17,8 @@ LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv
# Slightly modified from http://master.debian.or.kr/~alee/patch/
EXTRA_PATCHES= ${.CURDIR}/files/gaim-0.54-utf.diff
+.if !exists(/usr/include/langinfo.h)
+BROKEN= "/usr/include/langinfo.h needed; 4-stable after Mar 13 2002 and -current"
+.endif
+
.include "${MASTERDIR}/Makefile"