diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-10-01 11:25:35 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-10-01 11:25:35 +0000 |
commit | 278b41534b6dab968ac5d394b56ecfada995d589 (patch) | |
tree | e5c3044a6a59e3a6e732b8a13c9432f3e442eecc /cad | |
parent | 0ccf13af7b9883a2fe7978cd1102f3072f228525 (diff) | |
download | ports-278b41534b6dab968ac5d394b56ecfada995d589.tar.gz ports-278b41534b6dab968ac5d394b56ecfada995d589.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/freehdl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/freehdl/Makefile b/cad/freehdl/Makefile index c2acb455d051..de274d39c62f 100644 --- a/cad/freehdl/Makefile +++ b/cad/freehdl/Makefile @@ -10,10 +10,11 @@ MASTER_SITES= http://freehdl.seul.org/~enaroska/ MAINTAINER= kamikaze@bsdforen.de COMMENT= Free VHDL simulator +USES= gmake pathfix libtool makeinfo perl5 pkgconfig USE_LDCONFIG= yes -USES= gmake pathfix libtool:build makeinfo perl5 pkgconfig USE_GCC= any GNU_CONFIGURE= yes +CONFIGURE_ARGS= SYSTEM_LIBTOOL=${FALSE} INSTALL_TARGET= install-strip INFO= fire |