summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/waste/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/waste/Makefile b/net/waste/Makefile
index 86362a626f7..2cf481830ed 100644
--- a/net/waste/Makefile
+++ b/net/waste/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/01/08 21:42:41 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2006/06/01 23:15:39 joerg Exp $
#
DISTNAME= waste-source
@@ -24,6 +24,8 @@ NO_BIN_ON_FTP= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
+USE_LANGUAGES= c c++
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "DragonFly"