diff options
author | vs <vs@FreeBSD.org> | 2004-04-29 02:31:32 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-04-29 02:31:32 +0800 |
commit | 45c7c2207084beec6909d84889ca344cb0860f7b (patch) | |
tree | d7b2caab2f3bfac216cdfcc9430a9dcad68a7de8 /x11-toolkits | |
parent | 645655fa11f87109be136abf35ec0611adb34ea4 (diff) | |
download | freebsd-ports-gnome-45c7c2207084beec6909d84889ca344cb0860f7b.tar.gz freebsd-ports-gnome-45c7c2207084beec6909d84889ca344cb0860f7b.tar.zst freebsd-ports-gnome-45c7c2207084beec6909d84889ca344cb0860f7b.zip |
Fix dependencies.
Approved by: linimon (mentor)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/hs-gtk2hs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/hs-gtk2hs/Makefile b/x11-toolkits/hs-gtk2hs/Makefile index 698fe549722b..9e874fe04869 100644 --- a/x11-toolkits/hs-gtk2hs/Makefile +++ b/x11-toolkits/hs-gtk2hs/Makefile @@ -18,7 +18,7 @@ COMMENT= A GTK2 Binding for Haskell BUILD_DEPENDS= ghc-6.2.1:${PORTSDIR}/lang/ghc RUN_DEPENDS= ghc-6.2.1:${PORTSDIR}/lang/ghc -USE_GNOME= gtk20 +USE_GNOME= gtk20 libglade gtksourceview HAS_CONFIGURE= yes CONFIGURE_ARGS+= --with-c2hs=no USE_GMAKE= yes |