From 2b37c67bd22e3b00a3dd6a01af16d1bec9a9ed47 Mon Sep 17 00:00:00 2001 From: tg Date: Wed, 17 May 2000 08:30:51 +0000 Subject: Upgrade to 1.4.0. Approved by: will --- cad/qcad/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'cad/qcad/Makefile') diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index ff3801fe1759..2204b4bf4f4f 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -6,19 +6,17 @@ # PORTNAME= qcad -PORTVERSION= 1.3.3 +PORTVERSION= 1.4.0 CATEGORIES= cad -MASTER_SITES= http://www.ultraviolet.org/qcad/ -DISTNAME= qcad_source +MASTER_SITES= http://download.sourceforge.net/qcad/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= will@FreeBSD.org USE_XLIB= yes -MAKEFILE= makefile MAKE_ENV= CC="${CXX}" USE_QT2= yes - -BROKEN= "Compiler error" +NO_WRKSUBDIR= yes QCADDIR= ${PREFIX}/lib/qcad QCADDOCDIR= ${PREFIX}/share/doc/qcad -- cgit