diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2012-01-12 07:09:34 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2012-01-12 07:09:34 +0800 |
commit | abddf47be410993dd3309525c790c8b226281f6b (patch) | |
tree | 9a4aa98d79428c63452595cac954663f45cd87e2 /emulators/mtools | |
parent | d67c415046ed0cdca21b9705f1324dfed15fc4cf (diff) | |
download | freebsd-ports-gnome-abddf47be410993dd3309525c790c8b226281f6b.tar.gz freebsd-ports-gnome-abddf47be410993dd3309525c790c8b226281f6b.tar.zst freebsd-ports-gnome-abddf47be410993dd3309525c790c8b226281f6b.zip |
Mark as CONFLICTS_INSTALL because they both install to bin/mmd
PR: ports/163238
Submitted by: Peter Vereshagin <peter@vereshagin.org>
Approved by: Adam Weinberger <adamw@adamw.org> (multimarkdown maintainer)
Diffstat (limited to 'emulators/mtools')
-rw-r--r-- | emulators/mtools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile index 4434fe422d85..7869aeca636d 100644 --- a/emulators/mtools/Makefile +++ b/emulators/mtools/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= mtools MAINTAINER= skreuzer@FreeBSD.org COMMENT= A collection of tools for manipulating MSDOS files +CONFLICTS_INSTALL= multimarkdown-* + USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes |