aboutsummaryrefslogtreecommitdiff
path: root/textproc/gtkspell/Makefile
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2008-05-24 17:22:13 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2008-05-24 17:22:13 +0000
commitae2af242fc15c08c4dc161d0f9bfe5a2c9d4f30c (patch)
tree598c0b5a8f1e7843d026b5bc6066ec0b9581ad32 /textproc/gtkspell/Makefile
parent778c4bf14bf1508fa939e46687dd54d3d7984843 (diff)
Notes
Diffstat (limited to 'textproc/gtkspell/Makefile')
-rw-r--r--textproc/gtkspell/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile
index fd9f9cf21f30..593f3e905f39 100644
--- a/textproc/gtkspell/Makefile
+++ b/textproc/gtkspell/Makefile
@@ -7,26 +7,23 @@
#
PORTNAME= gtkspell
-PORTVERSION= 2.0.11
-PORTREVISION?= 6
+PORTVERSION= 2.0.13
+PORTREVISION?= 0
CATEGORIES= textproc gnome
MASTER_SITES= http://gtkspell.sourceforge.net/download/
-DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= A GTK+ 2 spell checking component
.if !defined(REFERENCE_PORT)
-LIB_DEPENDS= pspell.16:${PORTSDIR}/textproc/aspell
+LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant
-USE_AUTOTOOLS= libtool:15
-USE_PERL5= yes
USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack gtk20
-GNU_CONFIGURE= yes
+USE_GNOME= gnomeprefix gnomehack gtk20 intlhack
USE_GETTEXT= yes
USE_LDCONFIG= yes
+USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"