diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-11 19:39:53 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-11 19:39:53 +0000 |
commit | a51202b973ea770c358e9558bfe31d89fe4e2c06 (patch) | |
tree | 594c3c7db9f74afae9232657713d6319f068477e /textproc/gnome-spell/Makefile | |
parent | ff4b751b96b794e75213ba75ab9b4a31cb1a983e (diff) |
Notes
Diffstat (limited to 'textproc/gnome-spell/Makefile')
-rw-r--r-- | textproc/gnome-spell/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/gnome-spell/Makefile b/textproc/gnome-spell/Makefile index f5e7736931a9..0e2f7efa44e2 100644 --- a/textproc/gnome-spell/Makefile +++ b/textproc/gnome-spell/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" \ |