diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-17 10:15:46 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-17 10:15:46 +0000 |
commit | 4f64109097fde6b983d5cda5b84c2b928e225ec1 (patch) | |
tree | 9ebf43af6f7bed93f140f9976375487ac20557bf /textproc/enchant | |
parent | 23dcc25864049e4b3fde06e7af467ee586a0ebb0 (diff) | |
download | ports-4f64109097fde6b983d5cda5b84c2b928e225ec1.tar.gz ports-4f64109097fde6b983d5cda5b84c2b928e225ec1.zip |
Notes
Diffstat (limited to 'textproc/enchant')
-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 |