summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1999-01-22 21:58:56 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1999-01-22 21:58:56 +0000
commit527a5837053e32f938427b7af82ac86be435a639 (patch)
tree0a9fb66adb01d424d5ba844fdae12f58eb6ef098
parentFixup: Ports that want gtk+ 1.0.x should now reference gtk10-config. (diff)
Oops, forgot to update depends.
Notes
Notes: svn path=/head/; revision=16270
-rw-r--r--devel/mico/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile
index 823dcd50dce9..342eb10fdea8 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