diff options
author | kris <kris@FreeBSD.org> | 2007-02-01 02:42:05 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-02-01 02:42:05 +0000 |
commit | e8cba9559938186c1aa7ef89fec79e8e5bad69e0 (patch) | |
tree | ac96cc557a3c739c998a65dde0f24b45ce616c76 /textproc/gtkspell | |
parent | 0dfa7444282b84aa0f915751fd1fd11bd1390eed (diff) | |
download | FreeBSD-ports-e8cba9559938186c1aa7ef89fec79e8e5bad69e0.zip FreeBSD-ports-e8cba9559938186c1aa7ef89fec79e8e5bad69e0.tar.gz |
Use libtool port instead of included version to avoid objformat a.out botch
Diffstat (limited to 'textproc/gtkspell')
-rw-r--r-- | textproc/gtkspell/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index 3812ac0..15d10f6 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -20,6 +20,7 @@ COMMENT= A GTK+ 2 spell checking component LIB_DEPENDS= pspell.16:${PORTSDIR}/textproc/aspell +USE_AUTOTOOLS= libtool:15 USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gtk20 |