diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-30 08:13:55 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-30 08:13:55 +0000 |
commit | b3186369791aa639f89af02c09e7ba0e778fe8d4 (patch) | |
tree | 3c3c93e454bd649d5f9ff02ac63a6940d981ddc1 | |
parent | f389e46d82f18d072f44a804bc1a31f5010616db (diff) | |
download | FreeBSD-ports-b3186369791aa639f89af02c09e7ba0e778fe8d4.zip FreeBSD-ports-b3186369791aa639f89af02c09e7ba0e778fe8d4.tar.gz |
Unbreak
-rw-r--r-- | cad/freehdl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/freehdl/Makefile b/cad/freehdl/Makefile index 7b2542c..c2acb45 100644 --- a/cad/freehdl/Makefile +++ b/cad/freehdl/Makefile @@ -11,7 +11,7 @@ MAINTAINER= kamikaze@bsdforen.de COMMENT= Free VHDL simulator USE_LDCONFIG= yes -USES= gmake pathfix libtool makeinfo perl5 pkgconfig +USES= gmake pathfix libtool:build makeinfo perl5 pkgconfig USE_GCC= any GNU_CONFIGURE= yes INSTALL_TARGET= install-strip |