diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-01 10:50:20 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-01 10:50:20 +0000 |
commit | 40b849432555046b5c4934f0e463ebf60f216188 (patch) | |
tree | 87ef4e1337f5408fa22401d9ff6fbcda9a2f5e3b /net/cdonkey/Makefile | |
parent | reroll of distfile: (diff) |
Add USE_LIBTOOL=yes
Noticed on: bento
Diffstat (limited to '')
-rw-r--r-- | net/cdonkey/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/cdonkey/Makefile b/net/cdonkey/Makefile index eb867cd8a9c9..f8e59f01c556 100644 --- a/net/cdonkey/Makefile +++ b/net/cdonkey/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 USE_BZIP2= yes USE_REINPLACE= yes GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS= --with-berkeley-db="${LOCALBASE}/include/db3:${LOCALBASE}/lib" USE_GMAKE= yes WRKSRC= ${WRKDIR}/cDonkey |