diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-10 02:37:20 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-10 02:37:20 +0000 |
commit | 4e33ae17e227a0f6ab87d600046106153e42f507 (patch) | |
tree | 7e8b1aad1846184b741f99545a4b4de2c4f3c14b /audio/libaudiofile | |
parent | Prevent bin/gsttest from getting built and being installed. It didn't (diff) |
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 1cf8796b3f69..e97a6237872f 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> |