diff options
author | nectar <nectar@FreeBSD.org> | 1999-01-22 21:58:56 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-01-22 21:58:56 +0000 |
commit | 57a4432f95b135f1037fd95e60b5a3bf9b4a1a21 (patch) | |
tree | ff930b52c280b972ceb32e4bf0bddb81087d6729 | |
parent | 3c3407fc9eda24b36a64ea75271d95c942dd2bd2 (diff) | |
download | FreeBSD-ports-57a4432f95b135f1037fd95e60b5a3bf9b4a1a21.zip FreeBSD-ports-57a4432f95b135f1037fd95e60b5a3bf9b4a1a21.tar.gz |
Oops, forgot to update depends.
-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 823dcd5..342eb10 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.26 1998/12/13 08:46:12 asami Exp $ +# $Id: Makefile,v 1.27 1999/01/22 21:08:15 nectar Exp $ # DISTNAME= mico-2.2.3 @@ -20,7 +20,7 @@ LIBSTDC= ${PREFIX}/lib/gcc-lib/i386-unknown-freebsdelf${OSREL}/2.8.1/libstdc++.a LIBSTDC= ${PREFIX}/lib/gcc-lib/i386-unknown-freebsd${OSREL}/2.8.1/libstdc++.a .endif -LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk \ +LIB_DEPENDS= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 \ tcl80.1:${PORTSDIR}/lang/tcl80 BUILD_DEPENDS= g++28:${PORTSDIR}/lang/gcc28 \ ${LIBSTDC}:${PORTSDIR}/lang/glibstdc++28 |