diff options
author | drochner <drochner@pkgsrc.org> | 2006-05-22 16:32:37 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-05-22 16:32:37 +0000 |
commit | 7379c7326cc2ac53a166465366725b2098109c9c (patch) | |
tree | 12a5293ca02dc7867a3f805be90b095df47f2b71 /audio | |
parent | b4815d76f616db820c58023c32afe51d42d12eb6 (diff) | |
download | pkgsrc-7379c7326cc2ac53a166465366725b2098109c9c.tar.gz |
this must be ...FLAGS, not ...FLAG - how could this ever work?
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gst-plugins0.10-esound/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gst-plugins0.10-esound/Makefile b/audio/gst-plugins0.10-esound/Makefile index 96c3e440653..359f22c4352 100644 --- a/audio/gst-plugins0.10-esound/Makefile +++ b/audio/gst-plugins0.10-esound/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/03/30 21:20:59 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2006/05/22 16:32:37 drochner Exp $ # GST_PLUGINS0.10_NAME= esound GST_PLUGINS0.10_DIRS= ext/esd -GST_PLUGINS0.10_FLAG= esd +GST_PLUGINS0.10_FLAGS= esd .include "../../multimedia/gst-plugins0.10-good/Makefile.common" |