diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-10 10:37:20 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-10 10:37:20 +0800 |
commit | 2e940dd4bcebff6ead06eb37093908fa68710514 (patch) | |
tree | abc5ce4df17b010a7b5ac4eba16d4d8f673924a0 /audio/esound | |
parent | 706af1d8955e3492bdc56eb468ada558089725c0 (diff) | |
download | freebsd-ports-gnome-2e940dd4bcebff6ead06eb37093908fa68710514.tar.gz freebsd-ports-gnome-2e940dd4bcebff6ead06eb37093908fa68710514.tar.zst freebsd-ports-gnome-2e940dd4bcebff6ead06eb37093908fa68710514.zip |
Add CONFLICTS to these ports as they install conflicting plist items.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'audio/esound')
-rw-r--r-- | audio/esound/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index b415b4dc3aba..fb861abd561f 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -24,6 +24,8 @@ INSTALLS_SHLIB= yes USE_GNOME= gnometarget gnomehack USE_LIBTOOL= yes +CONFLICTS= py*-ro-* + MAN1= esd-config.1 esd.1 esdcat.1 esdctl.1 esddsp.1 esdfilt.1 esdloop.1 \ esdmon.1 esdplay.1 esdrec.1 esdsample.1 |