diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-26 22:30:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-26 22:30:26 +0000 |
commit | 041e3325dcf82e6b7a507dbbeb246a48feeaae71 (patch) | |
tree | 41c12a659d04c526f599588af2993c41d56d1820 /x11-toolkits/gtk-sharp10/Makefile | |
parent | f79ce0b807e99c544b5e14601d013f95f462b753 (diff) | |
download | ports-041e3325dcf82e6b7a507dbbeb246a48feeaae71.tar.gz ports-041e3325dcf82e6b7a507dbbeb246a48feeaae71.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtk-sharp10/Makefile')
-rw-r--r-- | x11-toolkits/gtk-sharp10/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/gtk-sharp10/Makefile b/x11-toolkits/gtk-sharp10/Makefile index 7468837bae68..b974d4fba2e7 100644 --- a/x11-toolkits/gtk-sharp10/Makefile +++ b/x11-toolkits/gtk-sharp10/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> |