diff options
author | lofi <lofi@FreeBSD.org> | 2004-03-10 20:14:26 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-03-10 20:14:26 +0800 |
commit | 2d8aad90804335237b437fa195ecd09f9689c750 (patch) | |
tree | 8bfa8f61bd92d2386c21e95ab2febbcd166aacc0 /x11-toolkits/qt33 | |
parent | e4c38e45f796af52f3a35460473bb36bc8e7029e (diff) | |
download | freebsd-ports-gnome-2d8aad90804335237b437fa195ecd09f9689c750.tar.gz freebsd-ports-gnome-2d8aad90804335237b437fa195ecd09f9689c750.tar.zst freebsd-ports-gnome-2d8aad90804335237b437fa195ecd09f9689c750.zip |
Declare CONFLICTS with earlier versions of qt3.x.
Enforce CONFLICTS to take effect by bumping PORTREVISION.
Diffstat (limited to 'x11-toolkits/qt33')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index ff301cbce322..a594efb721b4 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -8,6 +8,7 @@ PORTNAME= qt PORTVERSION= 3.3.1 +PORTREVISION= 1 CATEGORIES?= x11-toolkits MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ ftp://ftp.silug.org/pub/qt/ \ @@ -26,7 +27,8 @@ LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg -CONFLICTS= linguist-0.* qt-2.* qt-designer-2.* xfmail-1.5.* +CONFLICTS= linguist-0.* qt-2.* qt-3.0.* \ + qt-3.1.* qt-3.2.* qt-designer-2.* xfmail-1.5.* USE_BZIP2= yes USE_REINPLACE= yes |