diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2012-06-11 17:26:14 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2012-06-11 17:26:14 +0800 |
commit | 5beed9bfb38af0855f9f28b168f860e736009534 (patch) | |
tree | d3d1d97db11e993ad9e6e9aca5eab0d8063ad2b9 /archivers/ecm | |
parent | e480b074ad4e210345b0a5e7e179aae2e01238df (diff) | |
download | freebsd-ports-gnome-5beed9bfb38af0855f9f28b168f860e736009534.tar.gz freebsd-ports-gnome-5beed9bfb38af0855f9f28b168f860e736009534.tar.zst freebsd-ports-gnome-5beed9bfb38af0855f9f28b168f860e736009534.zip |
Register CONFLICTS
Submitted by: "Sulev-Madis 'ketas' Silber" <madis555@hot.ee> (via mail)
Diffstat (limited to 'archivers/ecm')
-rw-r--r-- | archivers/ecm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archivers/ecm/Makefile b/archivers/ecm/Makefile index 7c942ec66b6c..96c8030ca6d5 100644 --- a/archivers/ecm/Makefile +++ b/archivers/ecm/Makefile @@ -7,6 +7,7 @@ PORTNAME= ecm PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= CRITICAL @@ -15,6 +16,8 @@ COMMENT= Compresses CD images by stripping unnecessary EDC/ECC data LICENSE= GPLv2 +CONFLICTS= gmp-ecm-[0-9]* + MAKE_JOBS_SAFE= yes PLIST_FILES= bin/ecm bin/unecm |