aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/qt32/Makefile
diff options
context:
space:
mode:
authorimura <imura@FreeBSD.org>2000-04-15 00:07:58 +0800
committerimura <imura@FreeBSD.org>2000-04-15 00:07:58 +0800
commit10acb1c5e6823020e9e3eaa44f4df6e77701578d (patch)
tree72cc7e912bc19de6f0436c9069ed891eeecdf1d9 /x11-toolkits/qt32/Makefile
parente50961e6266cb25a9b769fccc083950dbdb7ce0a (diff)
downloadfreebsd-ports-gnome-10acb1c5e6823020e9e3eaa44f4df6e77701578d.tar.gz
freebsd-ports-gnome-10acb1c5e6823020e9e3eaa44f4df6e77701578d.tar.zst
freebsd-ports-gnome-10acb1c5e6823020e9e3eaa44f4df6e77701578d.zip
Update to version Qt-2.1.0 !
Diffstat (limited to 'x11-toolkits/qt32/Makefile')
-rw-r--r--x11-toolkits/qt32/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile
index 4f1780aa2970..0a853ed8cdad 100644
--- a/x11-toolkits/qt32/Makefile
+++ b/x11-toolkits/qt32/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= qt
-PORTVERSION= 2.1.0b4
+PORTVERSION= 2.1.0
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.trolltech.com/qt/source/
-DISTNAME= qt-x11-2.1.0-beta4
+DISTNAME= ${PORTNAME}-x11-${PORTVERSION}
MAINTAINER= imura@FreeBSD.org
@@ -27,7 +27,7 @@ CONFIGURE_ARGS= -system-zlib -system-libpng -system-jpeg -sm \
CONFIGURE_ENV= QTDIR=${WRKSRC}
MAKE_ENV= QTDIR=${WRKSRC}
-WRKSRC= ${WRKDIR}/qt-2.1.0-beta4
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
CONFIG= ${WRKSRC}/configs/freebsd-g++-shared
.if defined(QT_GIF_AVAILABLE)