Date: Mon, 2 Sep 2013 20:32:55 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326083 - head/cad/freehdl Message-ID: <201309022032.r82KWtS6023416@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Sep 2 20:32:55 2013 New Revision: 326083 URL: http://svnweb.freebsd.org/changeset/ports/326083 Log: Fix a hidden USE_GNOME=pkgconfig Modified: head/cad/freehdl/Makefile Modified: head/cad/freehdl/Makefile ============================================================================== --- head/cad/freehdl/Makefile Mon Sep 2 20:31:38 2013 (r326082) +++ head/cad/freehdl/Makefile Mon Sep 2 20:32:55 2013 (r326083) @@ -1,9 +1,5 @@ -# New ports collection makefile for: freehdl -# Date created: 19 Oct 2006 -# Whom: lon_kamikaze@gmx.de -# +# Created by: lon_kamikaze@gmx.de # $FreeBSD$ -# PORTNAME= freehdl PORTVERSION= 0.0.7 @@ -13,11 +9,9 @@ MASTER_SITES= http://freehdl.seul.org/~e MAINTAINER= kamikaze@bsdforen.de COMMENT= A free VHDL simulator -USE_GMAKE= yes USE_LDCONFIG= yes -USE_PERL5= yes -USE_GNOME= gnomehack \ - pkgconfig +USES= gmake perl5 pkgconfig +USE_GNOME= gnomehack USE_AUTOTOOLS= libtool HAS_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309022032.r82KWtS6023416>