diff options
Diffstat (limited to 'audio/gtick/Makefile')
-rw-r--r-- | audio/gtick/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/gtick/Makefile b/audio/gtick/Makefile index 465912c933d..9606af49e60 100644 --- a/audio/gtick/Makefile +++ b/audio/gtick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/04/17 13:46:16 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2006/04/22 09:22:05 rillig Exp $ # DISTNAME= gtick-0.3.7 @@ -18,13 +18,13 @@ USE_TOOLS+= pkg-config LIBS+= ${LIBOSSAUDIO} SUBST_CLASSES+= oss -SUBST_MESSAGE.oss= "Fixing paths to OSS devices." +SUBST_MESSAGE.oss= Fixing paths to OSS devices. SUBST_STAGE.oss= pre-configure SUBST_FILES.oss= src/globals.h SUBST_SED.oss= -e 's|/dev/dsp|${DEVOSSAUDIO}|g' SUBST_CLASSES+= header -SUBST_MESSAGE.header= "Fixing include dependency." +SUBST_MESSAGE.header= Fixing include dependency. SUBST_STAGE.header= pre-configure SUBST_FILES.header= src/dsp.c SUBST_SED.header= -e 's/FreeBSD__)/& || defined(__NetBSD__)/g' |