Index: head/lang/ohugs/Makefile =================================================================== --- head/lang/ohugs/Makefile (revision 99206) +++ head/lang/ohugs/Makefile (revision 99207) @@ -1,37 +1,37 @@ # New ports collection makefile for: ohugs # Date created: 03.03.03 # Whom: Steffen Mazanek # $FreeBSD$ # PORTNAME= ohugs PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang haskell MASTER_SITES= http://www.math.chalmers.se/~nordland/ohugs/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= steffen.mazanek@unibw-muenchen.de COMMENT= Interpreter for Haskell with object-oriented features .if !defined(WITHOUT_X11) -LIB_DEPENDS= tix4184:${PORTSDIR}/x11-toolkits/tix +LIB_DEPENDS= tix8184:${PORTSDIR}/x11-toolkits/tix .endif WRKSRC= ${WRKDIR}/${DISTNAME:S/.src//} USE_REINPLACE= yes USE_BISON= yes post-patch: .if defined(WITHOUT_X11) @${PATCH} ${PATCH_ARGS} < ${FILESDIR}/extra-patch-src::prelude.h .endif @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/Makefile .if !defined(WITHOUT_X11) - @${REINPLACE_CMD} -e 's|#CFLAGS+=|CFLAGS+= -I${PREFIX}/include/tk8.2 \ - -I${PREFIX}/include/tcl8.2 -I${PREFIX}/include -I${X11BASE}/include| ; \ - s|#LDFLAGS+=|LDFLAGS+=-L${PREFIX}/lib -ltk82 -ltcl82 -ltix4184|' \ + @${REINPLACE_CMD} -e 's|#CFLAGS+=|CFLAGS+= -I${PREFIX}/include/tk8.4 \ + -I${PREFIX}/include/tcl8.4 -I${PREFIX}/include -I${X11BASE}/include| ; \ + s|#LDFLAGS+=|LDFLAGS+=-L${PREFIX}/lib -ltk84 -ltcl84 -ltix8184|' \ ${WRKSRC}/src/Makefile .endif .include Property changes on: head/lang/ohugs/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property