diff options
author | alane <alane@FreeBSD.org> | 2002-07-31 11:50:30 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-07-31 11:50:30 +0800 |
commit | 56d626df3c54f3a1069268e844122ca10348695a (patch) | |
tree | 07921081fc45015ee82d96e88f967f4fe257ebc7 /x11-toolkits/qt33/Makefile | |
parent | e11b80754c7c94efcfc4b084572b43dfa4663cfd (diff) | |
download | freebsd-ports-gnome-56d626df3c54f3a1069268e844122ca10348695a.tar.gz freebsd-ports-gnome-56d626df3c54f3a1069268e844122ca10348695a.tar.zst freebsd-ports-gnome-56d626df3c54f3a1069268e844122ca10348695a.zip |
1. Remove redundant @exec/@unexec lines in pkg-plist [alane].
2. Add libfoo.so.X.0 links to file list, as they are created now [alane].
3. From PR 41144, fix minor portlint whitespace violations. The ?= assigns at
the top were not changed, in anticipation of a possible japanese/qt30
subport. Also fixed ref to qt2 doc location in pkg-descr. [fuyaki]
4. PORTREVISION not bumped, as installed files did not change and Makefile
changes were cosmetic only.
PR: 41144
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Diffstat (limited to 'x11-toolkits/qt33/Makefile')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 6b5b741b57fa..82afe81c0bad 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -8,8 +8,8 @@ PORTNAME?= qt PORTVERSION?= 3.0.5 CATEGORIES?= x11-toolkits -MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ - ftp://ftp.chg.ru/pub/X11/qt/source/ +MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ + ftp://ftp.chg.ru/pub/X11/qt/source/ DISTNAME= qt-x11-free-${PORTVERSION} DIST_SUBDIR= KDE @@ -46,7 +46,7 @@ CONFIGURE_ARGS= -prefix ${QT_PREFIX} \ -docdir ${QT_PREFIX}/share/doc/qt \ -I${LOCALBASE}/include -L${LOCALBASE}/lib .if defined(WITH_DEBUG) -CONFIGURE_ARGS+= -debug +CONFIGURE_ARGS+=-debug .endif .if defined(WITH_OPENGL) USE_MESA= yes @@ -78,7 +78,7 @@ BROKEN= "The QT 3.x port does not support any XFree86 < 4.x" pre-everything: @${ECHO_MSG} '===> **************************************************' @${ECHO_MSG} '===> NOTE: Use of WITH_OPENGL is not recommended with' - @${ECHO_MSG} '===> versions of XFree86 < 4.2.0.' + @${ECHO_MSG} '===> versions of XFree86 < 4.2.0.' @${ECHO_MSG} '===> **************************************************' .endif |