diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-22 12:46:36 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-22 12:46:36 +0800 |
commit | 7f1f373c25f74ecfbaf9c5bfb4074a95228216f6 (patch) | |
tree | a275bb65cb1b83d2d0c4e0c043186a0176c357ce /textproc/gtkspell | |
parent | e19daf26a391b9070456a133fb8dbaf46ca059c8 (diff) | |
download | freebsd-ports-gnome-7f1f373c25f74ecfbaf9c5bfb4074a95228216f6.tar.gz freebsd-ports-gnome-7f1f373c25f74ecfbaf9c5bfb4074a95228216f6.tar.zst freebsd-ports-gnome-7f1f373c25f74ecfbaf9c5bfb4074a95228216f6.zip |
Convert to new GNOME infrastructure.
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" \ |