diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 04:46:36 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 04:46:36 +0000 |
commit | 0874a464094102ad4dc553e7db14969221c7cf95 (patch) | |
tree | 316c72268fa0edde5c158a669c6eb69de6eddfb6 /textproc/gtkspell | |
parent | 4ad2671dc72463274d5e8748d71f30fa4e94e254 (diff) | |
download | ports-0874a464094102ad4dc553e7db14969221c7cf95.tar.gz ports-0874a464094102ad4dc553e7db14969221c7cf95.zip |
Notes
Diffstat (limited to 'textproc/gtkspell')
-rw-r--r-- | textproc/gtkspell/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index 669e0307dc58..2251c7dfb1b1 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -15,13 +15,12 @@ DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= A GTK+ 2 spell checking component -LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \ - pspell.15:${PORTSDIR}/textproc/aspell +LIB_DEPENDS= pspell.15:${PORTSDIR}/textproc/aspell USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack +USE_GNOME= gnomeprefix gnomehack gtk20 USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |