From 621cb3588fceb211bfe2bda2cd16acd2dd200683 Mon Sep 17 00:00:00 2001 From: Oliver Braun Date: Thu, 11 Mar 2004 12:34:20 +0000 Subject: [PATCH] Fix dependencies (hopefully) Submitted by: bento via kris --- x11-toolkits/hs-port/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-toolkits/hs-port/Makefile b/x11-toolkits/hs-port/Makefile index 59b90f04765c..879a9f47894d 100644 --- a/x11-toolkits/hs-port/Makefile +++ b/x11-toolkits/hs-port/Makefile @@ -18,7 +18,7 @@ COMMENT= A low-level GUI library for Haskell BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc -USE_GNOME= glib20 gtk20 +USE_GNOME= glib20 gtk20 libgnomeui USE_BZIP2= yes USE_REINPLACE= yes HAS_CONFIGURE= yes