diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2008-09-29 18:52:06 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2008-09-29 18:52:06 +0000 |
commit | ecfcfd446969f79fbe7adedf444cf337cb945d93 (patch) | |
tree | f619dcbe83cdbd546b5127cbc6dda6a835490dc5 /net/unison-devel/Makefile | |
parent | a702430da7936a83b8faea062845dac13ac713d9 (diff) |
Notes
Diffstat (limited to 'net/unison-devel/Makefile')
-rw-r--r-- | net/unison-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/unison-devel/Makefile b/net/unison-devel/Makefile index dd51a1507ee5..f56e169af77b 100644 --- a/net/unison-devel/Makefile +++ b/net/unison-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= unison PORTVERSION= 2.27.29 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ PKGNAMESUFFIX= -devel @@ -21,7 +21,7 @@ COMMENT= A user-level file synchronization tool PLIST_SUB= PORTVERSION=${PORTVERSION} USE_GMAKE= yes MAKE_ARGS= CFLAGS="" -CONFLICTS= unison-[0-9]* +CONFLICTS= unison-[0-9]* unison-nox11-[0-9]* .include <bsd.port.pre.mk> |