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/Makefile | |
parent | Update cad/tkgate to 1.6i (diff) |
*gulp* forgot to remove two comments.
Diffstat (limited to '')
-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 |