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 | 89241b1f5250cb03c1f099975c82d84a16750816 (patch) | |
tree | 19200cb7735c05fa3ab32e33bcf44222afdd6bce /time | |
parent | e77216e91beb1eb0953378320be80c50717ec817 (diff) | |
download | pkgsrc-89241b1f5250cb03c1f099975c82d84a16750816.tar.gz |
USE_LANGUAGES= c++
Diffstat (limited to 'time')
-rw-r--r-- | time/bbdate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |