diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-22 21:02:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-22 21:02:33 +0000 |
commit | 37497fcead0b59eb99c8ab45ed94d03690c29a54 (patch) | |
tree | 19200cb7735c05fa3ab32e33bcf44222afdd6bce | |
parent | 595dc8646aed3901ad57375bf93d859dd478536d (diff) | |
download | pkgsrc-37497fcead0b59eb99c8ab45ed94d03690c29a54.tar.gz |
USE_LANGUAGES= c++
-rw-r--r-- | mail/bbmail/Makefile | 4 | ||||
-rw-r--r-- | math/graphopt/Makefile | 4 | ||||
-rw-r--r-- | time/bbdate/Makefile | 4 | ||||
-rw-r--r-- | wm/bbpager/Makefile | 4 | ||||
-rw-r--r-- | wm/qvwm/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/mail/bbmail/Makefile b/mail/bbmail/Makefile index ed98f85dfab..94114e26f86 100644 --- a/mail/bbmail/Makefile +++ b/mail/bbmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/05/23 20:58:42 danw Exp $ +# $NetBSD: Makefile,v 1.9 2004/11/22 21:09:25 wiz Exp $ # DISTNAME= bbmail-0.8.3 @@ -12,7 +12,7 @@ COMMENT= Mailbox monitor (not only) for the blackbox windowmanager GNU_CONFIGURE= YES USE_X11= YES USE_BUILDLINK3= YES -USE_GCC_SHLIB= YES +USE_LANGUAGES= c++ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bbmail ${PREFIX}/bin/ diff --git a/math/graphopt/Makefile b/math/graphopt/Makefile index 65685fb6b3b..0a1111ca26d 100644 --- a/math/graphopt/Makefile +++ b/math/graphopt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/10/03 00:12:56 tv Exp $ +# $NetBSD: Makefile,v 1.15 2004/11/22 21:03:44 wiz Exp $ # DISTNAME= graphopt-0.4.1 @@ -13,7 +13,7 @@ COMMENT= Optimize graph layouts USE_BUILDLINK3= YES USE_DIRS+= xdg-1.1 -USE_GCC_SHLIB= YES +USE_LANGUAGES= c++ GNU_CONFIGURE= YES post-install: diff --git a/time/bbdate/Makefile b/time/bbdate/Makefile index 966aeb285b9..b67bbb7af53 100644 --- a/time/bbdate/Makefile +++ b/time/bbdate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/09/05 23:47:46 jschauma Exp $ +# $NetBSD: Makefile,v 1.4 2004/11/22 21:02:33 wiz Exp $ # DISTNAME= bbdate-0.2.4 @@ -11,6 +11,6 @@ COMMENT= Display the current date GNU_CONFIGURE= YES USE_X11= YES -USE_GCC_SHLIB= YES +USE_LANGUAGES= c++ .include "../../mk/bsd.pkg.mk" diff --git a/wm/bbpager/Makefile b/wm/bbpager/Makefile index 3af08733276..2b9cadb73f2 100644 --- a/wm/bbpager/Makefile +++ b/wm/bbpager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/09/05 23:47:46 jschauma Exp $ +# $NetBSD: Makefile,v 1.11 2004/11/22 21:02:54 wiz Exp $ # DISTNAME= bbpager-0.3.1 @@ -13,7 +13,7 @@ COMMENT= Pager for the blackbox window manager GNU_CONFIGURE= YES USE_BUILDLINK3= YES USE_X11= YES -USE_GCC_SHLIB= YES +USE_LANGUAGES= c++ post-install: ${INSTALL_MAN} ${WRKSRC}/bbpager.1 ${PREFIX}/man/man1 diff --git a/wm/qvwm/Makefile b/wm/qvwm/Makefile index e6a819c9f2e..77dbcbe2bcc 100644 --- a/wm/qvwm/Makefile +++ b/wm/qvwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/10/03 00:18:23 tv Exp $ +# $NetBSD: Makefile,v 1.15 2004/11/22 21:04:31 wiz Exp $ # DISTNAME= qvwm-1.1.12 @@ -14,7 +14,7 @@ USE_X11= yes GNU_CONFIGURE= yes USE_GNU_TOOLS+= make USE_BUILDLINK3= yes -USE_GCC_SHLIB= yes +USE_LANGUAGES= c++ post-install: ${MV} ${PREFIX}/man/man1/qvwm.1x ${PREFIX}/man/man1/qvwm.1 |