diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-26 02:16:46 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-26 02:16:46 +0000 |
commit | c3965950f8db50dd69524361119f99db619ba66c (patch) | |
tree | fd5119e18026352268c32bf6a732cb8f3d5265bb /devel/kscope | |
parent | f68e1ba015c4f69fbbf83ebe9c26fb6a990fb60d (diff) |
Post libtool-conversion fixups
Submitted by: pointyhat
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=156827
Diffstat (limited to 'devel/kscope')
-rw-r--r-- | devel/kscope/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/kscope/Makefile b/devel/kscope/Makefile index dcc8a599453d..7c4e947d51a4 100644 --- a/devel/kscope/Makefile +++ b/devel/kscope/Makefile @@ -22,8 +22,7 @@ RUN_DEPENDS= exctags:${PORTSDIR}/devel/ctags \ DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME} USE_KDEBASE_VER=3 - -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_REINPLACE= yes |