diff options
author | will <will@FreeBSD.org> | 2002-09-05 11:46:21 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-09-05 11:46:21 +0800 |
commit | d1e8c0af73a665087cd201de65a750df3ec5bd63 (patch) | |
tree | a577e3afb710a5ddafba51b34eed1b13c86ae657 /x11-toolkits/hs-gtk+hs | |
parent | e4c32bb76cbea9d73ed0fcfc8a9e296a5e71f351 (diff) | |
download | freebsd-ports-gnome-d1e8c0af73a665087cd201de65a750df3ec5bd63.tar.gz freebsd-ports-gnome-d1e8c0af73a665087cd201de65a750df3ec5bd63.tar.zst freebsd-ports-gnome-d1e8c0af73a665087cd201de65a750df3ec5bd63.zip |
Fix dependency for INDEX building. devel/c2hs -> devel/hs-c2hs.
Diffstat (limited to 'x11-toolkits/hs-gtk+hs')
-rw-r--r-- | x11-toolkits/hs-gtk+hs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/hs-gtk+hs/Makefile b/x11-toolkits/hs-gtk+hs/Makefile index a3a552ce3c94..3fdaaf9232c7 100644 --- a/x11-toolkits/hs-gtk+hs/Makefile +++ b/x11-toolkits/hs-gtk+hs/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= hs- MAINTAINER= obraun@FreeBSD.org BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ - c2hs:${PORTSDIR}/devel/c2hs + c2hs:${PORTSDIR}/devel/hs-c2hs RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc USE_GNOMENG= yes |