aboutsummaryrefslogtreecommitdiff
path: root/emulators/hfsutils
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-03-14 16:13:06 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-03-14 16:13:06 +0000
commit4397fdf74e867a9c751ea405164f111fa43371b9 (patch)
tree37ee7fcde8d4b605e23865ab5d62c07bc4485cd1 /emulators/hfsutils
parent92a5b0006436dfe19bcebf365df79ff61b05ea77 (diff)
downloadports-4397fdf74e867a9c751ea405164f111fa43371b9.tar.gz
ports-4397fdf74e867a9c751ea405164f111fa43371b9.zip
- Fix CONFLICTS syntax so they are effective
PR: ports/121179 Reported by: Momchil <slogster@gmail.com>
Notes
Notes: svn path=/head/; revision=209048
Diffstat (limited to 'emulators/hfsutils')
-rw-r--r--emulators/hfsutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/hfsutils/Makefile b/emulators/hfsutils/Makefile
index 73904602cc96..6220057566ab 100644
--- a/emulators/hfsutils/Makefile
+++ b/emulators/hfsutils/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.mars.org/pub/hfs/
MAINTAINER= ports@FreeBSD.org
COMMENT= Yet Another HFS Utility
-CONFLICTS= hfs
+CONFLICTS= hfs-[0-9]*
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84