Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jul 2013 15:01:36 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322230 - head/cad/electric
Message-ID:  <201307031501.r63F1a3S006308@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Wed Jul  3 15:01:36 2013
New Revision: 322230
URL: http://svnweb.freebsd.org/changeset/ports/322230

Log:
  - Remove optional dependency on deprecated QT3
  - Convert Makefile header
  - Drop leading article from comment

Modified:
  head/cad/electric/Makefile

Modified: head/cad/electric/Makefile
==============================================================================
--- head/cad/electric/Makefile	Wed Jul  3 14:05:26 2013	(r322229)
+++ head/cad/electric/Makefile	Wed Jul  3 15:01:36 2013	(r322230)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	electric
-# Date created:		4 May 2000
-# Whom:			Mario S F Ferreira <lioux@linf.unb.br> et al.
-#
+# Created by: Mario S F Ferreira <lioux@linf.unb.br> et al.
 # $FreeBSD$
-#
 
 PORTNAME=	electric
 PORTVERSION=	7.0.0
@@ -14,24 +10,18 @@ MASTER_SITE_SUBDIR=	${PORTNAME}
 DISTNAME=	${PORTNAME}-${PORTVERSION:C/^(...)\./\1/}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A sophisticated electrical CAD system
+COMMENT=	Sophisticated electrical CAD system
 
 GNU_CONFIGURE=	yes
 
-OPTIONS_DEFINE=	QT3 T1LIB NLS OPTIMIZED_CFLAGS
+OPTIONS_DEFINE=	T1LIB NLS OPTIMIZED_CFLAGS
 OPTIONS_DEFAULT=	T1LIB
-QT3_DESC=	Use QT gui (instead of Motif)
 T1LIB_DESC=	Use T1lib Type1 font library
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MQT3}
-LIB_DEPENDS+=	qt-mt:${PORTSDIR}/x11-toolkits/qt33
-FEATURES+=	QT
-.else
 USE_MOTIF=	yes
 FEATURES+=	MOTIF
-.endif
 
 .if ${PORT_OPTIONS:MT1LIB}
 LIB_DEPENDS+=	t1.5:${PORTSDIR}/devel/t1lib



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307031501.r63F1a3S006308>