svn commit: r326083 - head/cad/freehdl

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 20:32:56 UTC 2013


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 at gmx.de
-#
+# Created by: lon_kamikaze at gmx.de
 # $FreeBSD$
-#
 
 PORTNAME=	freehdl
 PORTVERSION=	0.0.7
@@ -13,11 +9,9 @@ MASTER_SITES=	http://freehdl.seul.org/~e
 MAINTAINER=	kamikaze at 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
 


More information about the svn-ports-all mailing list