diff options
author | jwise <jwise@pkgsrc.org> | 2000-08-30 19:06:40 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-08-30 19:06:40 +0000 |
commit | a27eb9adcda39285bd566549505d81feb04de86f (patch) | |
tree | 1ab71138c55ad287421a32042f7b6a6107e50619 /converters/xdeview/Makefile | |
parent | 7d99ff33f5ce49d722546f2f8a7385765054ce5a (diff) | |
download | pkgsrc-a27eb9adcda39285bd566549505d81feb04de86f.tar.gz |
Adapt this package to tcl-8.3.2.
Diffstat (limited to 'converters/xdeview/Makefile')
-rw-r--r-- | converters/xdeview/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile index d659e488303..76d33b91c6c 100644 --- a/converters/xdeview/Makefile +++ b/converters/xdeview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/04/01 13:38:43 agc Exp $ +# $NetBSD: Makefile,v 1.14 2000/08/30 19:06:40 jwise Exp $ # FreeBSD Id: Makefile,v 1.11 1998/02/24 21:43:45 jseger Exp # @@ -10,16 +10,16 @@ MASTER_SITES= http://www.informatik.uni-frankfurt.de/~fp/uudeview/Apps/frank/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.informatik.uni-frankfurt.de/~fp/uudeview/ -DEPENDS+= tk-8.0.5:../../x11/tk80 +DEPENDS+= tk-8.3.2:../../x11/tk DEPENDS+= uulib-0.5.13:../../converters/uulib USE_X11BASE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-tcl="${LOCALBASE}" --enable-tk="${LOCALBASE}" # Season to taste --- anything over tcl7.5 -CONFIGURE_ENV= LDFLAGS=-s \ - CPPFLAGS="-I${LOCALBASE}/include/tcl8.0 \ - -I${LOCALBASE}/include/tk8.0" +CONFIGURE_ENV= LDFLAGS=-s\ + CPPFLAGS="-I${LOCALBASE}/include/ \ + -I${LOCALBASE}/include/" ALL_TARGET= xdeview INSTALL_TARGET= install-tcl |