diff options
author | laszlof <laszlof@FreeBSD.org> | 2009-05-20 00:42:38 +0800 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2009-05-20 00:42:38 +0800 |
commit | b88c9e7efbb08c0742821e3c048f8a5daf20fe70 (patch) | |
tree | 81ab099ee1a8e67102140b15ecc74b3c588a9790 | |
parent | 28083f7ac8c5dcb01938941718978d3abc76b690 (diff) | |
download | freebsd-ports-gnome-b88c9e7efbb08c0742821e3c048f8a5daf20fe70.tar.gz freebsd-ports-gnome-b88c9e7efbb08c0742821e3c048f8a5daf20fe70.tar.zst freebsd-ports-gnome-b88c9e7efbb08c0742821e3c048f8a5daf20fe70.zip |
- Fix libtool depend
Submitted by: Ion-Mihai Tetcu <itetcu@FreeBSD.org>
-rw-r--r-- | devel/lmdbg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/lmdbg/Makefile b/devel/lmdbg/Makefile index 51c9bb213b25..c39c5184ffa8 100644 --- a/devel/lmdbg/Makefile +++ b/devel/lmdbg/Makefile @@ -16,6 +16,7 @@ COMMENT= Lightweight malloc debugger HAS_CONFIGURE= yes USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool:15 post-install: .if !defined(NOPORTDOCS) |