diff options
author | scrappy <scrappy@FreeBSD.org> | 1998-11-13 21:15:18 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1998-11-13 21:15:18 +0800 |
commit | 479633f29f8cad4582fcb8692da752b35db4f736 (patch) | |
tree | 64054e77d567b19b6d2487a7a3acfc91ec02ddc5 /devel | |
parent | 9fb65990510ac3897ac21ae246cb6e01763414ff (diff) | |
download | freebsd-ports-graphics-479633f29f8cad4582fcb8692da752b35db4f736.tar.gz freebsd-ports-graphics-479633f29f8cad4582fcb8692da752b35db4f736.tar.zst freebsd-ports-graphics-479633f29f8cad4582fcb8692da752b35db4f736.zip |
Got it backwards....checked ORBacus port, and shuld be a BUILD_DEPEND,
not a LIB_DEPEND...
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mico/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile index 9cfa04e447d..8cc03b13e62 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.19 1998/11/13 12:38:32 asami Exp $ +# $Id: Makefile,v 1.20 1998/11/13 13:14:07 scrappy Exp $ # DISTNAME= mico-2.2.3 @@ -13,11 +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 \ + tcl80.1:${PORTSDIR}/lang/tcl80 +BUILD_DEPENDS= g++28:${PORTSDIR}/lang/gcc28 \ ${PREFIX}/lib/gcc-lib/i386-unknown-freebsd${OSREL}/2.8.1/libstdc++.a:${PORTSDIR}/lang/glibstdc++28 -BUILD_DEPENDS= g++28:${PORTSDIR}/lang/gcc28 - CC= gcc28 CXX= g++28 |