diff options
-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 034a702f344d..66b42df5d9d9 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 |