mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
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
This commit is contained in:
parent
de5c0f8223
commit
acf4104a32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47560
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user