diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-11-13 22:35:58 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-11-13 22:35:58 +0000 |
commit | 989799bb5a3f9099efb4e0d4bb67e9fae62f9a21 (patch) | |
tree | b86e23df2d69c126108b67fa982ea8101d169985 /audio/xwave | |
parent | b324a7e25b0075ff643914515894308e0be1b225 (diff) | |
download | pkgsrc-989799bb5a3f9099efb4e0d4bb67e9fae62f9a21.tar.gz |
Remove env-setting for xmkmf - only needed for 1.3(.0).
Pointed out by Al.
Diffstat (limited to 'audio/xwave')
-rw-r--r-- | audio/xwave/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/xwave/Makefile b/audio/xwave/Makefile index c4f17c17864..c40d5a0e4ff 100644 --- a/audio/xwave/Makefile +++ b/audio/xwave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/07/04 09:18:55 mycroft Exp $ +# $NetBSD: Makefile,v 1.5 1998/11/13 22:35:58 hubertf Exp $ # DISTNAME= xwave-0.6 @@ -9,13 +9,10 @@ MASTER_SITE_SUBDIR= apps/sound/editors MAINTAINER= hubertf@netbsd.org -DEPENDS+= xpm-3.4k:../../graphics/xpm +DEPENDS+= xpm-*:../../graphics/xpm USE_IMAKE= yes -# XXX This line can be removed if NetBSD >1.3.1 is out - HF -XMKMF= ${SETENV} ${MAKE_ENV} xmkmf -a - post-patch: cd ${WRKSRC} ; ${MV} src/XWave src/XWave.ad cd ${WRKSRC} ; ${TOUCH} src/xwave.man |