diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-13 09:29:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-13 09:29:42 +0000 |
commit | 63b3fec34974c3d2bcdbc547a946d1f55abe8301 (patch) | |
tree | 567fe7e43eeade16fdeb122b1051fa095a0d51f5 | |
parent | See rev. 1.6. (diff) |
Do people actually test these things before committing?!? This as a
blatant syntax error....
Notes
Notes:
svn path=/head/; revision=14496
-rw-r--r-- | devel/mico/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile index c3c73cf49cc0..f9d7c2681609 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -3,7 +3,7 @@ # Date created: 11 July 1998 # Whom: Marc G. Fournier <scrappy@freebsd.org> # -# $Id: Makefile,v 1.16 1998/11/11 19:59:34 scrappy Exp $ +# $Id: Makefile,v 1.17 1998/11/13 05:32:08 scrappy Exp $ # DISTNAME= mico-2.2.3 @@ -13,7 +13,7 @@ MASTER_SITES= http://diamant-atm.vsb.cs.uni-frankfurt.de/~mico/ MAINTAINER= scrappy@freebsd.org LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk \ - tcl80.1:${PORTSDIR}/lang/tcl80 \ + tcl80.1:${PORTSDIR}/lang/tcl80 BUILD_DEPENDS= g++28:${PORTSDIR}/lang/gcc28 CC= gcc28 |