diff options
author | joerg <joerg> | 2006-06-01 23:15:39 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-01 23:15:39 +0000 |
commit | e5b5a63237264d51ac3cf735392b4b3be6f89179 (patch) | |
tree | 860ed693500dde71f9b7d35151b99eef46ac8905 | |
parent | a9f8c02f0228c7b8b64799a39ec1dbae6d6506f4 (diff) | |
download | pkgsrc-e5b5a63237264d51ac3cf735392b4b3be6f89179.tar.gz |
Uses C++.
-rw-r--r-- | net/waste/Makefile | 4 |
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" |