diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-08 16:03:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-08 16:03:51 +0000 |
commit | 11a3a8a6b28408b7399ea76c09c19d13182769a6 (patch) | |
tree | 37cc201b439a77f5ec00eff00b4df190b07be7fb /audio | |
parent | 05dc7b84dd5e05b48aa3f46bf341052d6258ecd4 (diff) | |
download | pkgsrc-11a3a8a6b28408b7399ea76c09c19d13182769a6.tar.gz |
Uses C++.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/trm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/trm/Makefile b/audio/trm/Makefile index 8076e2c4646..56f24c5434f 100644 --- a/audio/trm/Makefile +++ b/audio/trm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/02/05 23:08:14 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2006/06/08 16:03:51 joerg Exp $ # DISTNAME= trm-0.2.1 @@ -15,6 +15,7 @@ CONFLICTS= tunepimp-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES +USE_LANGUAGES= c c++ .include "../../audio/id3lib/buildlink3.mk" .include "../../audio/libmad/buildlink3.mk" |