diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-26 04:47:47 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-26 04:47:47 +0800 |
commit | 8f9c480aa89780b6af8fbbab79377c4686b13326 (patch) | |
tree | 1b8195a9215682326dd6493b44d11cd18cfec780 /audio | |
parent | 0336446bcd58a2aab036ff7de78526a7f6ae245a (diff) | |
download | freebsd-ports-gnome-8f9c480aa89780b6af8fbbab79377c4686b13326.tar.gz freebsd-ports-gnome-8f9c480aa89780b6af8fbbab79377c4686b13326.tar.zst freebsd-ports-gnome-8f9c480aa89780b6af8fbbab79377c4686b13326.zip |
Add a CONFLICTS on libaudiofile.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/osalp/Makefile | 2 |
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> |