diff options
author | timur <timur@FreeBSD.org> | 2009-08-02 07:44:59 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2009-08-02 07:44:59 +0800 |
commit | bed3f2419fe4cf01b95795129f56493c6daa241b (patch) | |
tree | a23599a1f0b556f4d5a40202a02c2ba4cbab7ab5 /net/samba3 | |
parent | 85154e097ad3f1eb0ab9c8fbf9c218664aeeaf06 (diff) | |
download | freebsd-ports-gnome-bed3f2419fe4cf01b95795129f56493c6daa241b.tar.gz freebsd-ports-gnome-bed3f2419fe4cf01b95795129f56493c6daa241b.tar.zst freebsd-ports-gnome-bed3f2419fe4cf01b95795129f56493c6daa241b.zip |
Fix CONFLICTS
Diffstat (limited to 'net/samba3')
-rw-r--r-- | net/samba3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile index 31d8a6e41cf5..a504ddb22e7f 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/:S/.r/rc/} MAINTAINER?= timur@FreeBSD.org COMMENT?= A free SMB and CIFS client and server for UNIX -CONFLICTS?= ja-samba-2.* ja-samba-3.* samba-2.* samba-3.[2-9]* sharity-light-1.* tdb-1.* +CONFLICTS?= *samba-3.[1-9]* samba4-* tdb-1.* USE_ICONV= yes GNU_CONFIGURE= yes |