summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner>2006-05-22 16:32:37 +0000
committerdrochner <drochner>2006-05-22 16:32:37 +0000
commit06a52eb221787c7e6495a0a694e603b9a8aac7ad (patch)
tree12a5293ca02dc7867a3f805be90b095df47f2b71
parent2c85f92d39acd212765e69cad1b7d025302d2e59 (diff)
downloadpkgsrc-06a52eb221787c7e6495a0a694e603b9a8aac7ad.tar.gz
this must be ...FLAGS, not ...FLAG - how could this ever work?
-rw-r--r--audio/gst-plugins0.10-esound/Makefile4
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"