diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 01:11:24 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 01:11:24 +0000 |
commit | 458db42f260579cff064d493ad91eb833dd7f27f (patch) | |
tree | 68be2a9f82a8de971c7ce08aa167173fa22921d9 /x11-toolkits/qt32 | |
parent | Update with the new PORTNAME/PORTVERSION variables (diff) |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'x11-toolkits/qt32')
-rw-r--r-- | x11-toolkits/qt32/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile index 0657a338f1e7..daf839b9d882 100644 --- a/x11-toolkits/qt32/Makefile +++ b/x11-toolkits/qt32/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: qt21 -# Version required: 2.1.0 beta2 # Date created: 17 Jul 1999 # Whom: imura@kml.cs.titech.ac.jp # # $FreeBSD$ # -DISTNAME= qt-x11-2.1.0-beta3 -PKGNAME= qt-2.1.0b3 +PORTNAME= qt +PORTVERSION= 2.1.0b3 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.troll.no/qt/source/ +DISTNAME= qt-x11-2.1.0-beta3 MAINTAINER= imura@FreeBSD.org |