diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-28 15:54:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-28 15:54:10 +0000 |
commit | c4d35f2348193101256ed3caa57c7058408330eb (patch) | |
tree | c47710033826b222b07716c59f54bf2ab3555e72 /x11-toolkits | |
parent | 870d888d37fa17e0e03caa9a291b76e29c69868f (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/ocaml-lablgtk2/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/py-gnome-extras/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/ocaml-lablgtk2/Makefile b/x11-toolkits/ocaml-lablgtk2/Makefile index c28fb9ef0f77..dfbfa39aee26 100644 --- a/x11-toolkits/ocaml-lablgtk2/Makefile +++ b/x11-toolkits/ocaml-lablgtk2/Makefile @@ -105,7 +105,7 @@ PLIST_SUB+= PANEL="@comment " .endif .if (exists(${X11BASE}/libdata/pkgconfig/gtkspell-2.0.pc)) || defined(WITH_GTKSPELL) -LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 +LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell CONFIGURE_ARGS+= --with-gtkspell PLIST_SUB+= GTKSPELL="" diff --git a/x11-toolkits/py-gnome-extras/Makefile b/x11-toolkits/py-gnome-extras/Makefile index f012c01c9279..52db3920c6cc 100644 --- a/x11-toolkits/py-gnome-extras/Makefile +++ b/x11-toolkits/py-gnome-extras/Makefile @@ -19,7 +19,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A set of Python bindings for GNOME 2 -LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 \ +LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell \ gksu1.2.0:${PORTSDIR}/sysutils/libgksu \ gksuui1.0.1:${PORTSDIR}/sysutils/libgksuui \ gdl-1.0:${PORTSDIR}/x11-toolkits/gdl |