diff options
author | obraun <obraun@FreeBSD.org> | 2002-09-06 06:26:55 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-09-06 06:26:55 +0000 |
commit | cb36f1ecb03a78ef7600292652d4cf84f21e1ce2 (patch) | |
tree | a1710ea55ac5793232d3099f34f9c086aae79409 /x11-toolkits/hs-gtk+hs | |
parent | 08c81675bf57f693f6e3a42bef830c8fb4e2de18 (diff) | |
download | FreeBSD-ports-cb36f1ecb03a78ef7600292652d4cf84f21e1ce2.zip FreeBSD-ports-cb36f1ecb03a78ef7600292652d4cf84f21e1ce2.tar.gz |
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 3fdaaf9..5c95e19 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 |