diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-22 22:58:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-22 22:58:19 +0000 |
commit | 710a7a748c045886322672aaa124a70b787cb560 (patch) | |
tree | 1a4e9c60b8cfa3a51da9ad35c22e0fcfc87fbb3c /audio/xsidplay/Makefile | |
parent | b8379b7458bc293035a47f781fa905bdcc0cbe3b (diff) | |
download | pkgsrc-710a7a748c045886322672aaa124a70b787cb560.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'audio/xsidplay/Makefile')
-rw-r--r-- | audio/xsidplay/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/xsidplay/Makefile b/audio/xsidplay/Makefile index 37b1807a5f0..4c60cadf96e 100644 --- a/audio/xsidplay/Makefile +++ b/audio/xsidplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2006/04/17 13:46:17 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2006/05/22 22:58:19 wiz Exp $ # DISTNAME= xsidplay-1.6.5.1a @@ -11,9 +11,9 @@ MAINTAINER= pooka@NetBSD.org HOMEPAGE= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/ COMMENT= Commodore 64 music player and SID chip emulator for X11 -USE_LIBTOOL= yes - GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes USE_TOOLS+= gmake MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH:Q} |