diff options
author | lioux <lioux@FreeBSD.org> | 2004-12-25 19:06:28 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-12-25 19:06:28 +0800 |
commit | f54791dfedd5de04b89f5d9c1c66c4674005da18 (patch) | |
tree | 685602b7cf1905628b3acf942627f3d506e85cf2 /multimedia | |
parent | 1e428ef92b4d301dbeebe10adf8d5bb24088a31c (diff) | |
download | freebsd-ports-gnome-f54791dfedd5de04b89f5d9c1c66c4674005da18.tar.gz freebsd-ports-gnome-f54791dfedd5de04b89f5d9c1c66c4674005da18.tar.zst freebsd-ports-gnome-f54791dfedd5de04b89f5d9c1c66c4674005da18.zip |
Add CONFLICTS with multimedia/libdivxdecore
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libdivxdecore/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/libdivxdecore/Makefile b/multimedia/libdivxdecore/Makefile index fe478d114827..b35a8837401a 100644 --- a/multimedia/libdivxdecore/Makefile +++ b/multimedia/libdivxdecore/Makefile @@ -21,6 +21,8 @@ USE_SIZE= yes INSTALLS_SHLIB= yes PLIST_SUB= LIB_VERSION="${LIB_VERSION}" +CONFLICTS= ${PORTNAME}-devel-* + LIB_VERSION= 0 post-install: |