From 38ea9180a02a54f6d59820cbcc7270ca65f6c521 Mon Sep 17 00:00:00 2001 From: brad Date: Fri, 25 Aug 2000 03:55:24 +0000 Subject: [PATCH] - bump NEED_VERSION - style --- x11/qt/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/x11/qt/Makefile b/x11/qt/Makefile index 35af31235b8..12d05c8a8da 100644 --- a/x11/qt/Makefile +++ b/x11/qt/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.46 2000/08/08 21:55:57 brad Exp $ +# $OpenBSD: Makefile,v 1.47 2000/08/25 03:55:24 brad Exp $ # $FreeBSD: Makefile,v 1.33 1999/02/27 03:09:57 andreas Exp $ DISTNAME= qt-1.45 CATEGORIES= x11 -NEED_VERSION= 1.310 +NEED_VERSION= 1.320 MASTER_SITES= ftp://ftp.troll.no/qt/source/ HOMEPAGE= http://www.trolltech.com/products/qt/ @@ -19,8 +19,7 @@ PERMIT_PACKAGE_FTP= PERMIT_DISTFILES_CDROM= PERMIT_DISTFILES_FTP= -MULTI_PACKAGES=-examples -html - +MULTI_PACKAGES= -examples -html SUBPACKAGE?= USE_GMAKE= Yes @@ -101,9 +100,9 @@ do-install: .include -.if ${SUBPACKAGE} =="-examples" +.if ${SUBPACKAGE} == "-examples" PKGNAME:=qt-examples-1.45 -.elif ${SUBPACKAGE} =="-html" +.elif ${SUBPACKAGE} == "-html" PKGNAME:=qt-html-1.45 .endif