diff options
Diffstat (limited to 'x11-toolkits/gtk-sharp20')
-rw-r--r-- | x11-toolkits/gtk-sharp20/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile index 7468837bae68..b974d4fba2e7 100644 --- a/x11-toolkits/gtk-sharp20/Makefile +++ b/x11-toolkits/gtk-sharp20/Makefile @@ -16,14 +16,13 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Gtk+ and GNOME interfaces for the .NET runtime BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono -LIB_DEPENDS= gnomedb-2:${PORTSDIR}/databases/libgnomedb \ - gnomeui-2:${PORTSDIR}/x11-toolkits/libgnomeui # XXX Should conditionalise all the different parts of gtk# maybe. USE_LIBTOOL= yes INSTALLS_SHLIB= yes USE_GMAKE= yes +USE_GNOME= libgnomeui libgnomedb MAKEFILE= makefile .include <bsd.port.mk> |