diff options
author | jwise <jwise@pkgsrc.org> | 2000-08-30 16:20:35 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-08-30 16:20:35 +0000 |
commit | c00a304d3f81b6cc7b65357db241a11208a997df (patch) | |
tree | d33765899dcb0efe9f35405d7b7f42e900428702 /editors/vigor/Makefile | |
parent | 01ad1fed7cfb8332ad5c6c91a4a00ed593eea748 (diff) | |
download | pkgsrc-c00a304d3f81b6cc7b65357db241a11208a997df.tar.gz |
Adapt this package to tcl-8.3.2 and tk-8.3.2.
(Good to see the really important packages get done :-) )
Diffstat (limited to 'editors/vigor/Makefile')
-rw-r--r-- | editors/vigor/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile index 108e3bee3ca..11fea7e9923 100644 --- a/editors/vigor/Makefile +++ b/editors/vigor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/01/21 14:54:05 jdolecek Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/30 16:20:35 jwise Exp $ # DISTNAME= vigor-0.010 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.red-bean.com:8080/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.red-bean.com/~joelh/vigor/ -DEPENDS+= tk-8.0.*:../../x11/tk80 +DEPENDS+= tk-8.3.2:../../x11/tk CONFLICTS+= nvi-* @@ -21,8 +21,8 @@ CONFIGURE_ARGS+=--with-x # --disable-curses \ # --disable-db \ # --disable-re -CONFIGURE_ENV+= ADDCPPFLAGS=" -I${LOCALBASE}/include/tcl8.0 \ - -I${LOCALBASE}/include/tk8.0" \ +CONFIGURE_ENV+= ADDCPPFLAGS=" -I${LOCALBASE}/include \ + -I${LOCALBASE}/include" \ ADDLDFLAGS=" -L${LOCALBASE}/lib" post-build: |