diff options
author | will <will@FreeBSD.org> | 2001-09-09 13:22:45 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-09-09 13:22:45 +0800 |
commit | 63620bacd920b408253c4764e360b85952cd5ccc (patch) | |
tree | 3a5a38087ef0da83e88c8511cfd0616b8c4e3a20 /x11-toolkits | |
parent | 219407afc036f336a66d3c198c328c2518bb5b2c (diff) | |
download | freebsd-ports-gnome-63620bacd920b408253c4764e360b85952cd5ccc.tar.gz freebsd-ports-gnome-63620bacd920b408253c4764e360b85952cd5ccc.tar.zst freebsd-ports-gnome-63620bacd920b408253c4764e360b85952cd5ccc.zip |
Make it so you can ``pkg_add -r qt1'' and get Qt 1.45. This is lame, but
I think we'll be removing this port within the next three months anyway.
Well, maybe not -- TBD, I guess.
Requested by: obrien
Diffstat (limited to 'x11-toolkits')
-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 7d554f686669..93c75cd87d5e 100644 --- a/x11-toolkits/qt145/Makefile +++ b/x11-toolkits/qt145/Makefile @@ -5,11 +5,12 @@ # $FreeBSD$ # -PORTNAME= qt +PORTNAME= qt1 PORTVERSION= 1.45 PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ +DISTNAME= ${PORTNAME:S/1//}-${PORTVERSION} PATCH_SITES= ftp://ftp.kde.gr.jp/pub/qt/patch/ PATCHFILES= qt-1.45-i18n-20000531.diff.gz @@ -17,7 +18,6 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= kde@FreeBSD.org -NO_LATEST_LINK= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_NEWGCC= yes |