summaryrefslogtreecommitdiff
path: root/multimedia/ogle
diff options
context:
space:
mode:
authorgrant <grant>2004-02-15 10:02:14 +0000
committergrant <grant>2004-02-15 10:02:14 +0000
commit14439437ffdc2377c70560ba4b0c17b93a7bd689 (patch)
tree8b49034381fe622d8c8c28961109553fca50f52d /multimedia/ogle
parent0f8992b9e02a0a4875550ebd4b801b66fc5ce887 (diff)
downloadpkgsrc-14439437ffdc2377c70560ba4b0c17b93a7bd689.tar.gz
add MESSAGE for NetBSD, you may need to increase SHMMAXPGS in your
kernel to use ogle.
Diffstat (limited to 'multimedia/ogle')
-rw-r--r--multimedia/ogle/MESSAGE.NetBSD9
-rw-r--r--multimedia/ogle/Makefile4
2 files changed, 12 insertions, 1 deletions
diff --git a/multimedia/ogle/MESSAGE.NetBSD b/multimedia/ogle/MESSAGE.NetBSD
new file mode 100644
index 00000000000..6a6d51100d8
--- /dev/null
+++ b/multimedia/ogle/MESSAGE.NetBSD
@@ -0,0 +1,9 @@
+===========================================================================
+$NetBSD: MESSAGE.NetBSD,v 1.1 2004/02/15 10:02:14 grant Exp $
+
+You may need to increase the value of SHMMAXPGS in your kernel
+configuration to use ${PKGBASE}, e.g.
+
+ options SHMMAXPGS 32768
+
+===========================================================================
diff --git a/multimedia/ogle/Makefile b/multimedia/ogle/Makefile
index ba659bdad4f..8dd627cd974 100644
--- a/multimedia/ogle/Makefile
+++ b/multimedia/ogle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/02/14 17:21:45 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2004/02/15 10:02:14 grant Exp $
DISTNAME= ogle-0.9.2
PKGREVISION= 1
@@ -28,6 +28,8 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
GCC_REQD+= 2.95.3
+MESSAGE_SUBST+= PKGBASE=${PKGBASE}
+
.include "../../audio/liba52/buildlink2.mk"
.include "../../audio/libmad/buildlink2.mk"
.include "../../devel/binutils/buildlink2.mk"