1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/net/unison-nox11/Makefile
Guido Falsi c1fdd19c8b - Fix dependency on ocaml to avoid conflicting oringins when building
in poudriere [1]
- While here, remove an old uneeded PATCH_DEPENDS
- Bump PORTREVISION also in slave port due to changes in conflicts
  and dependencies

Submitted by:	jlh@ (via email) [1]
Approved by:	mandree (implicit, for net/unison232)
2015-03-17 09:46:23 +00:00

17 lines
352 B
Makefile

# Created by: Boris Samorodov <bsam@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 1
PKGNAMESUFFIX= -nox11
MAINTAINER= bsam@FreeBSD.org
COMMENT= User-level file synchronization tool (without x11 stuff)
CONFLICTS= unison-[0-9]* unison-devel-[0-9]*
OPTIONS_EXCLUDE= X11
OPTIONS_DEFAULT= DOCS
MASTERDIR= ${.CURDIR}/../unison
.include "${MASTERDIR}/Makefile"