diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-10 02:37:20 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-10 02:37:20 +0000 |
commit | 2e940dd4bcebff6ead06eb37093908fa68710514 (patch) | |
tree | abc5ce4df17b010a7b5ac4eba16d4d8f673924a0 /audio/libaudiofile | |
parent | 706af1d8955e3492bdc56eb468ada558089725c0 (diff) | |
download | FreeBSD-ports-2e940dd4bcebff6ead06eb37093908fa68710514.zip FreeBSD-ports-2e940dd4bcebff6ead06eb37093908fa68710514.tar.gz |
Add CONFLICTS to these ports as they install conflicting plist items.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'audio/libaudiofile')
-rw-r--r-- | audio/libaudiofile/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index 1cf8796..e97a623 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -21,4 +21,6 @@ USE_GNOME= gnomehack gnometarget pkgconfig INSTALLS_SHLIB= yes GNU_CONFIGURE= yes +CONFLICTS= osalp-0.7.* + .include <bsd.port.mk> |