summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2009-03-09 21:31:13 +0000
committerMarcus von Appen <mva@FreeBSD.org>2009-03-09 21:31:13 +0000
commit796146d5d1b919abe808ed580e013aafaa5c324b (patch)
tree40f9843713960e6caac7767238606106354fbaa1
parent2009-03-01 databases/rubygem-rrdtool: port no longer maintained by upstream u... (diff)
Added CONFLICTS with audio/openal-soft. They install the same includes.
Approved by: miwi (mentor)
Notes
Notes: svn path=/head/; revision=229804
-rw-r--r--audio/openal/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile
index eacd64b2b753..bac8ff193cb8 100644
--- a/audio/openal/Makefile
+++ b/audio/openal/Makefile
@@ -15,6 +15,8 @@ DISTVERSION= 0.0.8
MAINTAINER= erik@smluc.org
COMMENT= A 3D positional spatialized sound library
+CONFLICTS= openal-soft-[0-9]*
+
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"