diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-17 00:40:42 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-17 00:40:42 +0000 |
commit | eb7d93b03263232af8c911eba996dd4e1b464c0f (patch) | |
tree | 8cd08626f5cdf9abffc166b3c37fdf55925fab12 /cad/tkgate | |
parent | 98634a67d4bac4ba262b7649bf975b19c66e9101 (diff) | |
download | ports-eb7d93b03263232af8c911eba996dd4e1b464c0f.tar.gz ports-eb7d93b03263232af8c911eba996dd4e1b464c0f.zip |
Notes
Diffstat (limited to 'cad/tkgate')
-rw-r--r-- | cad/tkgate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/tkgate/Makefile b/cad/tkgate/Makefile index a9a006b6f4ce..5cf032298f5f 100644 --- a/cad/tkgate/Makefile +++ b/cad/tkgate/Makefile @@ -13,8 +13,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= hansen@cmu.edu -#LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 -#RUN_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83 +LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 +RUN_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83 GNU_CONFIGURE= yes USE_BISON= yes |