diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-17 10:15:46 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-17 10:15:46 +0000 |
commit | d38f3370e85a364755e10018e4e82f513ef2fef7 (patch) | |
tree | 101f6a4b399f79e832689d4dd55f89e564585296 /textproc | |
parent | 0253655ffd1dac4fd1a4007b53e116597765b4e0 (diff) | |
download | FreeBSD-ports-d38f3370e85a364755e10018e4e82f513ef2fef7.zip FreeBSD-ports-d38f3370e85a364755e10018e4e82f513ef2fef7.tar.gz |
Add a missing dependency on aspell.
Reported by: bento
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/enchant/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile index 034a702..66b42df 100644 --- a/textproc/enchant/Makefile +++ b/textproc/enchant/Makefile @@ -7,6 +7,7 @@ PORTNAME= enchant PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= abiword @@ -15,6 +16,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Dictionary/spellchecking framework +LIB_DEPENDS= aspell.15:${PORTSDIR}/textproc/aspell + USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes |