diff options
author | scrappy <scrappy@FreeBSD.org> | 1998-11-13 21:14:07 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1998-11-13 21:14:07 +0800 |
commit | 9fb65990510ac3897ac21ae246cb6e01763414ff (patch) | |
tree | c208b3b86b6eccefdaef26b4db45ae89f135580d /devel | |
parent | 38c8e4aee41940066ac08608304d723f27998e34 (diff) | |
download | freebsd-ports-gnome-9fb65990510ac3897ac21ae246cb6e01763414ff.tar.gz freebsd-ports-gnome-9fb65990510ac3897ac21ae246cb6e01763414ff.tar.zst freebsd-ports-gnome-9fb65990510ac3897ac21ae246cb6e01763414ff.zip |
It builds fine here...the only thing I can think of is that I failed to
add the dependency for glibstdc++28 (shouldn't the gcc28 port automatically
install this?) ...
Please try and let me know if this fixes the build problem...
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mico/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile index 5321fb14ab54..9cfa04e447d6 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.18 1998/11/13 09:29:42 asami Exp $ +# $Id: Makefile,v 1.19 1998/11/13 12:38:32 asami Exp $ # DISTNAME= mico-2.2.3 @@ -13,10 +13,10 @@ 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 -BUILD_DEPENDS= g++28:${PORTSDIR}/lang/gcc28 + tcl80.1:${PORTSDIR}/lang/tcl80 \ + ${PREFIX}/lib/gcc-lib/i386-unknown-freebsd${OSREL}/2.8.1/libstdc++.a:${PORTSDIR}/lang/glibstdc++28 -BROKEN= build +BUILD_DEPENDS= g++28:${PORTSDIR}/lang/gcc28 CC= gcc28 CXX= g++28 |