diff options
-rw-r--r-- | x11-toolkits/hs-gtk+hs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/hs-gtk+hs/Makefile b/x11-toolkits/hs-gtk+hs/Makefile index 3fdaaf9232c7..5c95e1924898 100644 --- a/x11-toolkits/hs-gtk+hs/Makefile +++ b/x11-toolkits/hs-gtk+hs/Makefile @@ -15,7 +15,8 @@ MAINTAINER= obraun@FreeBSD.org BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ c2hs:${PORTSDIR}/devel/hs-c2hs -RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc +RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ + c2hs:${PORTSDIR}/devel/hs-c2hs USE_GNOMENG= yes USE_GNOME= glib12 gtk12 |