mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
- Fix build with new tix
This commit is contained in:
parent
03109fc783
commit
c2925123a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265761
@ -6,7 +6,7 @@
|
||||
|
||||
PORTNAME= ohugs
|
||||
PORTVERSION= 0.5
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= lang haskell
|
||||
MASTER_SITES= http://www.math.chalmers.se/~nordland/ohugs/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
|
||||
@ -16,7 +16,7 @@ COMMENT= Interpreter for Haskell with object-oriented features
|
||||
|
||||
LIB_DEPENDS= readline.6:${PORTSDIR}/devel/readline
|
||||
.if !defined(WITHOUT_X11)
|
||||
LIB_DEPENDS+= tix8184:${PORTSDIR}/x11-toolkits/tix
|
||||
LIB_DEPENDS= Tix8.4.3.0:${PORTSDIR}/x11-toolkits/tix
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/.src//}
|
||||
@ -24,8 +24,9 @@ BUILD_WRKSRC= ${WRKSRC}/src
|
||||
USE_BISON= build
|
||||
LDFLAGS+= -lm -lreadline -ltermcap
|
||||
.if !defined(WITHOUT_X11)
|
||||
CFLAGS+= -I${LOCALBASE}/include/tk8.4 -I${LOCALBASE}/include/tcl8.4 -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -ltk84 -ltcl84 -ltix8184
|
||||
USE_TK= 84+
|
||||
CFLAGS+= -I${TK_INCLUDEDIR} -I${TCL_INCLUDEDIR} -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -ltk${TK_VER:S/.//} -ltcl${TCL_VER:S/.//} -lTix8.4.3
|
||||
.endif
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
|
||||
INSTBIN=${PREFIX}/bin INSTLIB=${PREFIX}/lib/ohugs
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= fcalc
|
||||
PORTVERSION= 1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/
|
||||
DISTNAME= ${PORTNAME}-tcl
|
||||
@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-tcl
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= F/Calc is a calculator for photographic formulas
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/tix8.1/Tix.tcl:${PORTSDIR}/x11-toolkits/tix
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/Tix8.4.3/Tix.tcl:${PORTSDIR}/x11-toolkits/tix
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_XORG= x11 xt
|
||||
|
@ -16,8 +16,8 @@ EXTRACT_SUFX= .tgz
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
COMMENT= Code_Saturne Graphical User Interface
|
||||
|
||||
LIB_DEPENDS= tix8184:${PORTSDIR}/x11-toolkits/tix
|
||||
RUN_DEPENDS= ${CS_HOME}/bin/info_cs:${PORTSDIR}/science/ncs \
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/Tix8.4.3/Tix.tcl:${PORTSDIR}/x11-toolkits/tix \
|
||||
${CS_HOME}/bin/info_cs:${PORTSDIR}/science/ncs \
|
||||
${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||
|
||||
NO_BUILD= yes
|
||||
|
Loading…
Reference in New Issue
Block a user