diff options
author | madpilot <madpilot@FreeBSD.org> | 2012-06-03 01:40:16 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2012-06-03 01:40:16 +0800 |
commit | b6e7e9a42df9d1d624e7a75845ac7897be505a3e (patch) | |
tree | 07d131f40516d3fa4e4c379da2fd53f6bcd1fc52 /net/unison-nox11 | |
parent | 5d6a91685dc414b7174a674d1bcc05590210d56a (diff) | |
download | freebsd-ports-gnome-b6e7e9a42df9d1d624e7a75845ac7897be505a3e.tar.gz freebsd-ports-gnome-b6e7e9a42df9d1d624e7a75845ac7897be505a3e.tar.zst freebsd-ports-gnome-b6e7e9a42df9d1d624e7a75845ac7897be505a3e.zip |
- Revert back to using the X11 knob in options [1]
- Add missing ?= to unison master port
- Fix conflicts in net/unison-nox11 [2]
- Bump PORTREVISION [3]
Reported by: David Cecchin <dcecchin@gmail.com> [1], Sulev-Madis "ketas" Silber <madis555@hot.ee> [2] (both by email)
Approved by: Boris Samorodov <bsam@FreeBSD.org> (maintainer of net/unison-nox11)
Approved by: Matthias Andree <mandree@FreeBSD.org> (implicit, maintainer of net/unison232)
Approved by: crees, tabthorpe (mentors, implicit)
Diffstat (limited to 'net/unison-nox11')
-rw-r--r-- | net/unison-nox11/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/unison-nox11/Makefile b/net/unison-nox11/Makefile index c5bec352d492..0cf12360c710 100644 --- a/net/unison-nox11/Makefile +++ b/net/unison-nox11/Makefile @@ -5,15 +5,15 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -nox11 MAINTAINER= bsam@FreeBSD.org COMMENT= A user-level file synchronization tool (without x11 stuff) -CONFLICTS= unison-[0-9]*, unison-devel-[0-9]* +CONFLICTS= unison-[0-9]* unison-devel-[0-9]* -OPTIONS_EXCLUDE= GTK2 +OPTIONS_EXCLUDE= X11 OPTIONS_DEFAULT= DOCS MASTERDIR= ${.CURDIR}/../unison |