diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-09-06 06:26:55 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-09-06 06:26:55 +0000 |
commit | b4f7d7868c3ca5bf95809013c54a06a9c7849847 (patch) | |
tree | aab6bcf8dc9aaab8e2b53f6724751b65eed50c89 /x11-toolkits/hs-gtk+hs | |
parent | upgrade to 5.24 (diff) |
Add devel/hs-c2hs to RUN_DEPENDS.
Pointed out by: developer
Diffstat (limited to 'x11-toolkits/hs-gtk+hs')
-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 |