diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-25 20:47:47 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-25 20:47:47 +0000 |
commit | 7410c0c28dbf8765b23033c3bbe9cef7ef607f87 (patch) | |
tree | 56cabae74fac54d1ab06babaded7049efc90ed9c /audio/osalp | |
parent | a49e1ce266d1d883561e93b35f65bcad321fbb43 (diff) | |
download | ports-7410c0c28dbf8765b23033c3bbe9cef7ef607f87.tar.gz ports-7410c0c28dbf8765b23033c3bbe9cef7ef607f87.zip |
Notes
Diffstat (limited to 'audio/osalp')
-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> |