summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcjh <cjh@FreeBSD.org>2002-11-23 11:17:05 +0000
committercjh <cjh@FreeBSD.org>2002-11-23 11:17:05 +0000
commitdd4dcd9386fd6ef1834b30d02c8faa03f367ddc4 (patch)
tree5d4038cd8ef19cff37d2e37148f85a78ec7d70e7
parente7ccab88023dc45d4f7134ca83bfe11e36b3386d (diff)
downloadFreeBSD-ports-dd4dcd9386fd6ef1834b30d02c8faa03f367ddc4.zip
FreeBSD-ports-dd4dcd9386fd6ef1834b30d02c8faa03f367ddc4.tar.gz
Add compat3x dependency. htexp binary is built on 3.2-RELEASE
Submitted by: kris
-rw-r--r--korean/htexp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/korean/htexp/Makefile b/korean/htexp/Makefile
index 5e1feb5..6282c8e 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:
OpenPOWER on IntegriCloud