diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-07 05:02:55 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-07 05:02:55 +0000 |
commit | 5cb28acf27bc166eafab521691532907d2e1f7c2 (patch) | |
tree | e273bf0b1884af272ddd3c7d057dfbc74157b4cb /devel/mico | |
parent | mark unbroken - can't repeat the problem (diff) |
egcs is in lang, not devel.
Notes
Notes:
svn path=/head/; revision=14386
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 b353f90e397b..26e890fe0a7d 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.13 1998/11/05 03:13:23 scrappy Exp $ +# $Id: Makefile,v 1.14 1998/11/07 04:25:48 scrappy Exp $ # DISTNAME= mico-2.2.1 @@ -14,7 +14,7 @@ MAINTAINER= scrappy@freebsd.org LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk \ tcl80.1:${PORTSDIR}/lang/tcl80 -#BUILD_DEPENDS= eg++:${PORTSDIR}/devel/egcs +#BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs #CC= egcc #CXX= eg++ |