diff options
author | mva <mva@FreeBSD.org> | 2009-03-10 05:31:13 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2009-03-10 05:31:13 +0800 |
commit | 59c5721078a75ce4889ac36ec226fd36dfec45e7 (patch) | |
tree | 9692188282aaf71a8a61e48724f8312a6ce9dc35 /audio/openal | |
parent | 469167d7be23dc3641dc27712df2875acc139678 (diff) | |
download | freebsd-ports-gnome-59c5721078a75ce4889ac36ec226fd36dfec45e7.tar.gz freebsd-ports-gnome-59c5721078a75ce4889ac36ec226fd36dfec45e7.tar.zst freebsd-ports-gnome-59c5721078a75ce4889ac36ec226fd36dfec45e7.zip |
Added CONFLICTS with audio/openal-soft. They install the same includes.
Approved by: miwi (mentor)
Diffstat (limited to 'audio/openal')
-rw-r--r-- | audio/openal/Makefile | 2 |
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" |