diff options
author | knu <knu@FreeBSD.org> | 2003-11-13 01:18:54 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-11-13 01:18:54 +0800 |
commit | 7448997ba09d6666ae5703433f3d742780065cf1 (patch) | |
tree | e597aec9bc9003818b59072357cf69c6e464d869 /graphics | |
parent | 858fdbc8ba0767e085f37a64dfd81799cc32be86 (diff) | |
download | freebsd-ports-gnome-7448997ba09d6666ae5703433f3d742780065cf1.tar.gz freebsd-ports-gnome-7448997ba09d6666ae5703433f3d742780065cf1.tar.zst freebsd-ports-gnome-7448997ba09d6666ae5703433f3d742780065cf1.zip |
Add CONFLICTS lines; ming and ja-ming conflict with each other.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ming/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/ming/Makefile b/graphics/ming/Makefile index 72ca8d765c3f..6e9e254ab775 100644 --- a/graphics/ming/Makefile +++ b/graphics/ming/Makefile @@ -19,6 +19,8 @@ COMMENT= LGPL'ed Flash 4/5 movie output library with many languages support LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ ungif.5:${PORTSDIR}/graphics/libungif +CONFLICTS= ja-ming-* + WRKSRC= ${WRKDIR}/${DISTNAME}/src MAKE_ARGS= NOPROFILE=true INSTALLS_SHLIB= yes |