diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-15 18:37:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-15 18:37:20 +0000 |
commit | 4ab785303d848946328aa9f32c2501276cc36923 (patch) | |
tree | 49e51ec434378056ceac453a06d84e330e3524c8 /audio/xmms-sid | |
parent | de019264d744a258e7362ce933755243875989e0 (diff) | |
download | pkgsrc-4ab785303d848946328aa9f32c2501276cc36923.tar.gz |
Uses C++.
Diffstat (limited to 'audio/xmms-sid')
-rw-r--r-- | audio/xmms-sid/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmms-sid/Makefile b/audio/xmms-sid/Makefile index ea63f22cc59..e5a9327d902 100644 --- a/audio/xmms-sid/Makefile +++ b/audio/xmms-sid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/02/05 23:08:19 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/05/15 18:41:49 joerg Exp $ # DISTNAME= xmms-sid-0.7.4 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.tnsp.org/ COMMENT= XMMS plugin for SID (Commodore 64) music GNU_CONFIGURE= YES +USE_LANGUAGES= c c++ USE_LIBTOOL= YES .include "../../audio/libsidplay/buildlink3.mk" |