diff options
author | obraun <obraun@FreeBSD.org> | 2003-10-19 17:43:41 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-10-19 17:43:41 +0800 |
commit | c5428912b1f52236af7a00bef62d829e7b1471c8 (patch) | |
tree | d92f508e4e3212e66d4c4ba2ee7ed18aacc53a0b /x11-toolkits | |
parent | a3a6d8033959dfdeaf25df33cf6dd9f5adeef41f (diff) | |
download | freebsd-ports-gnome-c5428912b1f52236af7a00bef62d829e7b1471c8.tar.gz freebsd-ports-gnome-c5428912b1f52236af7a00bef62d829e7b1471c8.tar.zst freebsd-ports-gnome-c5428912b1f52236af7a00bef62d829e7b1471c8.zip |
* Switch to tk84.
* Bump PORTREVISION.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/hs-frantk/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/hs-frantk/files/patch-src::Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/hs-frantk/files/patch-src::frantk.conf | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/hs-frantk/Makefile b/x11-toolkits/hs-frantk/Makefile index f9810e561760..4a7ceb3aeac3 100644 --- a/x11-toolkits/hs-frantk/Makefile +++ b/x11-toolkits/hs-frantk/Makefile @@ -7,7 +7,7 @@ PORTNAME= frantk PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits haskell MASTER_SITES= http://www.dcs.gla.ac.uk/~meurig/FranTk/ PKGNAMEPREFIX= hs- @@ -16,7 +16,7 @@ DISTNAME= FranTk${PORTVERSION:S/./_/} MAINTAINER= obraun@FreeBSD.org COMMENT= A GUI library for Haskell on top of Tcl-Tk -LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 +LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 .if !defined(WITHOUT_GHC) BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc diff --git a/x11-toolkits/hs-frantk/files/patch-src::Makefile b/x11-toolkits/hs-frantk/files/patch-src::Makefile index fc2e8f639978..75a16f5242a2 100644 --- a/x11-toolkits/hs-frantk/files/patch-src::Makefile +++ b/x11-toolkits/hs-frantk/files/patch-src::Makefile @@ -26,7 +26,7 @@ -CC_INC = -I/usr/X11/include -I/usr/local/include +#CC = gcc +CC_OPTS = ${CFLAGS} -+CC_INC = -I/usr/X11R6/include -I/usr/local/include/tk8.3 -I/usr/local/include/tcl8.3 ++CC_INC = -I/usr/X11R6/include -I/usr/local/include/tk8.4 -I/usr/local/include/tcl8.4 -GHC = ghc-5.00.2 -GHC-PKG=ghc-pkg-5.00.2 @@ -58,7 +58,7 @@ #TCLREQ = -ltk8.3 -ltcl8.3 -lX11 -lm -lsocket -lnsl -lintl -lw # (Solaris) -TCL_REQ = -ltk8.3 -ltcl8.3 -lm -lc # (OSF/1+Linux) -+TCL_REQ = -ltk83 -ltcl83 -lm -lc # (OSF/1+Linux) ++TCL_REQ = -ltk84 -ltcl84 -lm -lc # (OSF/1+Linux) hugs: TclHaskellSrc/TclPrim.so diff --git a/x11-toolkits/hs-frantk/files/patch-src::frantk.conf b/x11-toolkits/hs-frantk/files/patch-src::frantk.conf index a3bcb3251081..2f13e94f5cc8 100644 --- a/x11-toolkits/hs-frantk/files/patch-src::frantk.conf +++ b/x11-toolkits/hs-frantk/files/patch-src::frantk.conf @@ -10,5 +10,5 @@ + library_dirs = ["%%PREFIX%%/lib/frantk","/usr/local/lib"], hs_libraries = ["HSFranTk"], - extra_libraries = ["tcl8.3","tk8.3"], -+ extra_libraries = ["tcl83","tk83"], ++ extra_libraries = ["tcl84","tk84"], include_dirs = [], |