diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-17 00:40:42 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-17 00:40:42 +0000 |
commit | 86f6c154d67b9f5fc3ad9b3d597d488dfda8f084 (patch) | |
tree | a5a3e732ff156b581aad24fd07cf192daaac494f /cad | |
parent | 89745a221c6d39d4479eb9a99606d312f4dadf98 (diff) | |
download | FreeBSD-ports-86f6c154d67b9f5fc3ad9b3d597d488dfda8f084.zip FreeBSD-ports-86f6c154d67b9f5fc3ad9b3d597d488dfda8f084.tar.gz |
*gulp* forgot to remove two comments.
Diffstat (limited to 'cad')
-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 a9a006b..5cf0322 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 |