diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 01:11:24 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 01:11:24 +0000 |
commit | bb9d737e5bea9b718df6ba1218667130f3e8585c (patch) | |
tree | b595a4844124c67233b9ad67ebd2502776636b48 /x11-toolkits/qt145/Makefile | |
parent | afbb40eec42236f7cb78f0a6aeb6a9e4b97143d8 (diff) | |
download | FreeBSD-ports-bb9d737e5bea9b718df6ba1218667130f3e8585c.zip FreeBSD-ports-bb9d737e5bea9b718df6ba1218667130f3e8585c.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'x11-toolkits/qt145/Makefile')
-rw-r--r-- | x11-toolkits/qt145/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/qt145/Makefile b/x11-toolkits/qt145/Makefile index 190523e..3607fdd 100644 --- a/x11-toolkits/qt145/Makefile +++ b/x11-toolkits/qt145/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: qt -# Version required: 1.45 # Date created: 30 Jul 1996 # Whom: searle@longacre.demon.co.uk # # $FreeBSD$ # -DISTNAME= qt-1.45 +PORTNAME= qt +PORTVERSION= 1.45 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.troll.no/qt/source/ |