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 | |
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.
-rw-r--r-- | graphics/ming/Makefile | 2 | ||||
-rw-r--r-- | japanese/ming/Makefile | 2 |
2 files changed, 4 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 diff --git a/japanese/ming/Makefile b/japanese/ming/Makefile index 997e1a8c43ea..b3e51c87f4ec 100644 --- a/japanese/ming/Makefile +++ b/japanese/ming/Makefile @@ -17,6 +17,8 @@ COMMENT= LGPL'ed Flash 4/5 movie output library with Japanese languages support LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ ungif.5:${PORTSDIR}/graphics/libungif +CONFLICTS= ming-* + WRKSRC= ${WRKDIR}/jaming-${PORTVERSION}/src MAKE_ARGS= NOPROFILE=true INSTALLS_SHLIB= yes |