diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-22 01:28:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-22 01:28:34 +0000 |
commit | b968becca82189c98dff08e0a4a9d8565bc93f09 (patch) | |
tree | 28beb922a0b7b42b6a1c19d34bfd867abee6c331 /net/dc_gui2 | |
parent | 71dfeb49ccb862a294f9b53bc9b0c6517367f76b (diff) | |
download | pkgsrc-b968becca82189c98dff08e0a4a9d8565bc93f09.tar.gz |
USE_LIBTOOL=yes
Diffstat (limited to 'net/dc_gui2')
-rw-r--r-- | net/dc_gui2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dc_gui2/Makefile b/net/dc_gui2/Makefile index 9430b7956a3..cc89c29626d 100644 --- a/net/dc_gui2/Makefile +++ b/net/dc_gui2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/01/06 15:10:06 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2006/01/22 01:28:34 joerg Exp $ # DISTNAME= dc_gui2-0.75 @@ -18,6 +18,7 @@ USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= YES CONFIGURE_ARGS+= --enable-manual-db-detect USE_TOOLS+= gmake pkg-config +USE_LIBTOOL= YES UNLIMIT_RESOURCES+= datasize |