diff options
author | grant <grant@pkgsrc.org> | 2004-02-05 08:00:08 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-05 08:00:08 +0000 |
commit | 2fded2539b910be2666622f893466313364b3420 (patch) | |
tree | c249e4af40d2a32d8ae58c6af033f707de6917ae /devel/libsigc++10 | |
parent | 1cec5474c50709e38aa8513c7cc4ebfe4734534c (diff) | |
download | pkgsrc-2fded2539b910be2666622f893466313364b3420.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'devel/libsigc++10')
-rw-r--r-- | devel/libsigc++10/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libsigc++10/Makefile b/devel/libsigc++10/Makefile index 2833e7863d4..927ff8c56c3 100644 --- a/devel/libsigc++10/Makefile +++ b/devel/libsigc++10/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/21 16:43:31 martti Exp $ +# $NetBSD: Makefile,v 1.4 2004/02/05 08:00:08 grant Exp $ DISTNAME= libsigc++-1.0.4 PKGREVISION= 1 @@ -12,6 +12,7 @@ COMMENT= Type-safe callback system for C++ programs USE_BUILDLINK2= YES GNU_CONFIGURE= YES +USE_LANGUAGES= c c++ USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/scripts/ltconfig |