diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-11 19:41:27 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-11 19:41:27 +0000 |
commit | df2d62030dc22ac01750d3442f7e3b893d6c68e0 (patch) | |
tree | c5f99e2240c4d16379fd574a04f21cc6abbaf1a0 /textproc/gnomespell | |
parent | 154b8a83ba577a5d91107078ef6921a382232f0f (diff) | |
download | FreeBSD-ports-df2d62030dc22ac01750d3442f7e3b893d6c68e0.zip FreeBSD-ports-df2d62030dc22ac01750d3442f7e3b893d6c68e0.tar.gz |
Fix up some conflicts when moving from my CVS repo.
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 0e2f7ef..2311e90 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" \ |