diff options
author | joerg <joerg> | 2006-06-08 16:03:51 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-08 16:03:51 +0000 |
commit | 5acfe21170f41a87c1e12d8f4efccffda3c4dc26 (patch) | |
tree | 37cc201b439a77f5ec00eff00b4df190b07be7fb /audio | |
parent | b548191b13e2d4eec0d93e1ce9a81d2d74741588 (diff) | |
download | pkgsrc-5acfe21170f41a87c1e12d8f4efccffda3c4dc26.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" |