diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2002-11-23 11:17:05 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2002-11-23 11:17:05 +0000 |
commit | de9b03357b22ff64949b6fb2d816e94ff27b4812 (patch) | |
tree | dc015a462f21220c94b96a4adf0895c7d8f1c9c4 /korean | |
parent | 74b94af34123c4d921a944f9b48b0e6be913204e (diff) | |
download | ports-de9b03357b22ff64949b6fb2d816e94ff27b4812.tar.gz ports-de9b03357b22ff64949b6fb2d816e94ff27b4812.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/htexp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/korean/htexp/Makefile b/korean/htexp/Makefile index 5e1feb522ecb..6282c8ed263b 100644 --- a/korean/htexp/Makefile +++ b/korean/htexp/Makefile @@ -28,8 +28,9 @@ TEXMF= ${PREFIX}/share/texmf BROKEN= "Systems prior to 3.2-RELEASE is out of support" .endif +# htexp binary is built on 3.2-RELEASE. .if ${OSVERSION} > 400000 && !exists(/usr/lib/compat/libc.so.3) -BROKEN= "You should install compat3x distribution" +LIB_DEPENDS+= c.3:${PORTSDIR}/misc/compat3x .endif do-build: |