diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-30 07:33:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-30 07:33:30 +0000 |
commit | 23889fbf045be2ab033b7379d80d8c62d9a151f0 (patch) | |
tree | e65d8a805f41576ae49fd7a7c91ac72439fcb469 /textproc/gtkspell2/Makefile | |
parent | cedda53ff2d0aa26d70aab7b580f51ab0916ac31 (diff) |
Notes
Diffstat (limited to 'textproc/gtkspell2/Makefile')
-rw-r--r-- | textproc/gtkspell2/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/gtkspell2/Makefile b/textproc/gtkspell2/Makefile index da62c4bb25f5..1b3f77104293 100644 --- a/textproc/gtkspell2/Makefile +++ b/textproc/gtkspell2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gtkspell2 -PORTVERSION= 2.0.5 -PORTREVISION= 2 +PORTVERSION= 2.0.7 CATEGORIES= textproc gnome MASTER_SITES= http://gtkspell.sourceforge.net/download/ DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} @@ -20,10 +19,13 @@ LIB_DEPENDS= pspell.16:${PORTSDIR}/textproc/aspell USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gtk20 lthack -USE_INC_LIBTOOL_VER=13 +USE_GNOME= gnomeprefix gnomehack gtk20 +USE_LIBTOOL_VER=15 +USE_GETTEXT= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/2$//} + .include <bsd.port.mk> |