diff options
Diffstat (limited to 'textproc/gnomespell/Makefile')
-rw-r--r-- | textproc/gnomespell/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/gnomespell/Makefile b/textproc/gnomespell/Makefile index f5e7736931a9..0e2f7efa44e2 100644 --- a/textproc/gnomespell/Makefile +++ b/textproc/gnomespell/Makefile @@ -6,23 +6,25 @@ # PORTNAME= gnomespell -PORTVERSION= 0.4.1 +PORTVERSION= 0.5 PORTREVISION= 1 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-spell/0.4 +MASTER_SITE_SUBDIR= sources/gnome-spell/0.5 DISTNAME= gnome-spell-${PORTVERSION} DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= aspell.15:${PORTSDIR}/textproc/aspell +LIB_DEPENDS= aspell.15:${PORTSDIR}/textproc/aspell \ + gal.21:${PORTSDIR}/x11-toolkits/gal +USE_BZIP2= yes USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack libglade gal +USE_GNOME= gnomeprefix gnomehack libglade USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |