diff --git a/srcpkgs/hyphen/template b/srcpkgs/hyphen/template
index 3bbc84659c4..4bb89f06ce7 100644
--- a/srcpkgs/hyphen/template
+++ b/srcpkgs/hyphen/template
@@ -1,9 +1,10 @@
 # Template file for 'hyphen'
 pkgname=hyphen
 version=2.8.8
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="perl"
+depends="hyphen-en"
 short_desc="ALTLinux hyphenation library"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later, MPL-1.1"
@@ -12,6 +13,7 @@ distfiles="${SOURCEFORGE_SITE}/hunspell/$pkgname-$version.tar.gz"
 checksum=304636d4eccd81a14b6914d07b84c79ebb815288c76fe027b9ebff6ff24d5705
 
 post_install() {
+	rm -rf ${PKGDESTDIR}/usr/share/hyphen
 	vlicense COPYING
 }