diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-14 12:39:18 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-14 12:39:18 +0800 |
commit | b04e580b8e8e0644e1b62f5ea3e24b76f6b6e37d (patch) | |
tree | c1057743307a29eb3f73654d6e6b746be5f21b6b /sysutils | |
parent | 391fed6d28c88597c1696b6ab981247fa2d46aaf (diff) | |
download | freebsd-ports-gnome-b04e580b8e8e0644e1b62f5ea3e24b76f6b6e37d.tar.gz freebsd-ports-gnome-b04e580b8e8e0644e1b62f5ea3e24b76f6b6e37d.tar.zst freebsd-ports-gnome-b04e580b8e8e0644e1b62f5ea3e24b76f6b6e37d.zip |
Add a CONFLICTS on misc/ossp-uuid.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/e2fsprogs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index 8a52700a5181..678e8a149ced 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -22,6 +22,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-elf-shlibs CONFIGURE_ENV= CPPFLAGS="-Derrcode_t=long" +CONFLICTS= ossp-uuid-* + MAN1= chattr.1 lsattr.1 uuidgen.1 MAN8= badblocks.8 debugfs.8 dumpe2fs.8 e2fsck.8 e2image.8 e2label.8 fsck.8 \ findfs.8 mke2fs.8 mklost+found.8 resize2fs.8 tune2fs.8 \ |