diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-03-10 12:14:26 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-03-10 12:14:26 +0000 |
commit | 646a91ce284d86358b87cc0c9bdcc8ee39af6d2d (patch) | |
tree | 554372761f2ca68c67029423df96b4ac6dc728fb /x11-toolkits/qt33 | |
parent | 1903ee6f576697eaec8869f7eefe58aa682a368a (diff) | |
download | ports-646a91ce284d86358b87cc0c9bdcc8ee39af6d2d.tar.gz ports-646a91ce284d86358b87cc0c9bdcc8ee39af6d2d.zip |
Notes
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 |