diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-11 19:41:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-11 19:41:27 +0000 |
commit | 29e623260f081950dd42f95de1451f2a7a4880e9 (patch) | |
tree | 0ee68132c406be805b9b08a61aa51c7c58863956 /textproc/gnomespell | |
parent | a51202b973ea770c358e9558bfe31d89fe4e2c06 (diff) | |
download | ports-29e623260f081950dd42f95de1451f2a7a4880e9.tar.gz ports-29e623260f081950dd42f95de1451f2a7a4880e9.zip |
Notes
Diffstat (limited to 'textproc/gnomespell')
-rw-r--r-- | textproc/gnomespell/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/gnomespell/Makefile b/textproc/gnomespell/Makefile index 0e2f7efa44e2..2311e909f528 100644 --- a/textproc/gnomespell/Makefile +++ b/textproc/gnomespell/Makefile @@ -7,7 +7,6 @@ PORTNAME= gnomespell PORTVERSION= 0.5 -PORTREVISION= 1 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-spell/0.5 @@ -16,15 +15,14 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= aspell.15:${PORTSDIR}/textproc/aspell \ - gal.21:${PORTSDIR}/x11-toolkits/gal +LIB_DEPENDS= aspell.15:${PORTSDIR}/textproc/aspell USE_BZIP2= yes USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack libglade +USE_GNOME= gnomeprefix gnomehack libglade gal USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |