mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Chase tix shlib bump
PR: ports/61930 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
This commit is contained in:
parent
906370b71c
commit
38a01f9fb3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99207
1 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
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
|
||||
|
@ -15,7 +15,7 @@ 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//}
|
||||
|
@ -28,9 +28,9 @@ post-patch:
|
|||
.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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue