diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 04:32:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 04:32:55 +0800 |
commit | cfdeae75d6f432c69efcba1e4fa6a9d5b97b1368 (patch) | |
tree | 1a9c2037c22bf980a426c44e26d289955191e65c | |
parent | 2d76523077f8945496559798edd8511f890a5478 (diff) | |
download | freebsd-ports-gnome-cfdeae75d6f432c69efcba1e4fa6a9d5b97b1368.tar.gz freebsd-ports-gnome-cfdeae75d6f432c69efcba1e4fa6a9d5b97b1368.tar.zst freebsd-ports-gnome-cfdeae75d6f432c69efcba1e4fa6a9d5b97b1368.zip |
Fix a hidden USE_GNOME=pkgconfig
-rw-r--r-- | cad/freehdl/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/cad/freehdl/Makefile b/cad/freehdl/Makefile index 03c6f41093a3..231b22188d5b 100644 --- a/cad/freehdl/Makefile +++ b/cad/freehdl/Makefile @@ -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/~enaroska/ 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 |