diff options
Diffstat (limited to 'devel/libsigc++/Makefile')
-rw-r--r-- | devel/libsigc++/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libsigc++/Makefile b/devel/libsigc++/Makefile index b0956874bec..a0ea3dccea8 100644 --- a/devel/libsigc++/Makefile +++ b/devel/libsigc++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/04/24 19:36:23 rh Exp $ +# $NetBSD: Makefile,v 1.6 2001/10/21 12:46:24 wiz Exp $ DISTNAME= libsigc++-1.0.3 CATEGORIES= devel @@ -11,6 +11,7 @@ COMMENT= libsigc++ is provides a callback system for C++ programs GNU_CONFIGURE= YES CONFIGURE_ARG= --disable-threads +USE_BUILDLINK_ONLY= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/scripts/ltconfig |