diff options
author | asami <asami@FreeBSD.org> | 1998-11-13 17:29:42 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-13 17:29:42 +0800 |
commit | 5738125b7ac4f39b5e88681cd197673a67ab9690 (patch) | |
tree | c532feb44bd34a0b34948a435116fe9ad4d3ffb9 /devel/mico | |
parent | 893fec29cc410e540f8e235bf7723ba6f3cec050 (diff) | |
download | freebsd-ports-gnome-5738125b7ac4f39b5e88681cd197673a67ab9690.tar.gz freebsd-ports-gnome-5738125b7ac4f39b5e88681cd197673a67ab9690.tar.zst freebsd-ports-gnome-5738125b7ac4f39b5e88681cd197673a67ab9690.zip |
Do people actually test these things before committing?!? This as a
blatant syntax error....
Diffstat (limited to 'devel/mico')
-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 |