diff options
author | jmz <jmz@FreeBSD.org> | 2005-09-22 17:03:13 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2005-09-22 17:03:13 +0000 |
commit | 5729864bee9ff193957ac2c58b2ece16bc05015d (patch) | |
tree | d8fb36d28ecec13f41a3e0ed0fb47bd25b0de1e6 /emulators | |
parent | ff9442b1bd411afa459033da4cdcf2aa81f7d957 (diff) | |
download | FreeBSD-ports-5729864bee9ff193957ac2c58b2ece16bc05015d.zip FreeBSD-ports-5729864bee9ff193957ac2c58b2ece16bc05015d.tar.gz |
set CONFLICTS
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/hfs/Makefile | 2 | ||||
-rw-r--r-- | emulators/hfsutils/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/emulators/hfs/Makefile b/emulators/hfs/Makefile index adae9b1..8188f49 100644 --- a/emulators/hfs/Makefile +++ b/emulators/hfs/Makefile @@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/} MAINTAINER= jmz@FreeBSD.org COMMENT= Read Macintosh HFS floppy disks, hard drives and CDROMs +CONFLICTS= hfsutils + USE_GMAKE= yes MAN1= hfs.1 PLIST_FILES= bin/hfs diff --git a/emulators/hfsutils/Makefile b/emulators/hfsutils/Makefile index bd40a50..8e8c236 100644 --- a/emulators/hfsutils/Makefile +++ b/emulators/hfsutils/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.mars.org/pub/hfs/ MAINTAINER= ports@FreeBSD.org COMMENT= Yet Another HFS Utility +CONFLICTS= hfs + LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 GNU_CONFIGURE= yes |