From 564a8c901a83b35c66767545c351afc0565dd360 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Fri, 26 Aug 2005 05:23:21 +0000 Subject: Fix build on 6.x Submitted by: lesi Approved by: portmgr (self) --- lang/ghc/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lang') diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 0c5c68b08ee8..d9c45226fe40 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -31,10 +31,13 @@ DISTFILES= ${SRC_DIST} DISTFILES+= ${BOOT_DIST} .else DISTFILES+= ${BOOT_DIST5} +.if ${OSVERSION} >= 600000 +LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x +.endif .endif WANT_AUTOCONF_VER=259 # Need this to regenerate patched configure in GLUT -LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 \ +LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 \ glut.3:${PORTSDIR}/graphics/libglut \ openal.0:${PORTSDIR}/audio/openal -- cgit v1.2.3