diff options
author | nra <nra> | 2001-07-16 19:50:50 +0000 |
---|---|---|
committer | nra <nra> | 2001-07-16 19:50:50 +0000 |
commit | 6e917e36fee124b810aa01b7e0a75928b962d46a (patch) | |
tree | 099260d641d6a20f3120cf04c5bf70eea105910f /audio/snd | |
parent | c24876864c2e8dd25abe242725462d61ba49a391 (diff) | |
download | pkgsrc-6e917e36fee124b810aa01b7e0a75928b962d46a.tar.gz |
Add USE_X11BASE to fix install target.
Diffstat (limited to 'audio/snd')
-rw-r--r-- | audio/snd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index accf6de298f..2bb15d71894 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/06/30 21:14:10 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2001/07/16 19:50:50 nra Exp $ # DISTNAME= snd @@ -17,6 +17,7 @@ USE_BUILDLINK_ONLY= YES MAKEFILE= makefile.netbsd ALL_TARGET= snd HTMLDIR= ${PREFIX}/share/doc/html/snd +USE_X11BASE= YES do-install: cd ${WRKSRC} ; ${INSTALL_PROGRAM} snd ${PREFIX}/bin |