aboutsummaryrefslogtreecommitdiff
path: root/audio/osalp
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-25 20:47:47 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-25 20:47:47 +0000
commit7410c0c28dbf8765b23033c3bbe9cef7ef607f87 (patch)
tree56cabae74fac54d1ab06babaded7049efc90ed9c /audio/osalp
parenta49e1ce266d1d883561e93b35f65bcad321fbb43 (diff)
downloadports-7410c0c28dbf8765b23033c3bbe9cef7ef607f87.tar.gz
ports-7410c0c28dbf8765b23033c3bbe9cef7ef607f87.zip
Add a CONFLICTS on libaudiofile.
Notes
Notes: svn path=/head/; revision=92136
Diffstat (limited to 'audio/osalp')
-rw-r--r--audio/osalp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/osalp/Makefile b/audio/osalp/Makefile
index ee651b0e4a49..be8e86497984 100644
--- a/audio/osalp/Makefile
+++ b/audio/osalp/Makefile
@@ -33,4 +33,6 @@ INSTALLS_SHLIB= yes
PLIST_SUB= VERSION=${PORTVERSION}
+CONFLICTS= libaudiofile-*
+
.include <bsd.port.mk>