diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 23:55:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 23:55:13 +0000 |
commit | b8135727e5667c1cf0af2467f39e896962b6e1fc (patch) | |
tree | 19e1ac2018f516017690be5624a0e40e49f97f91 /cad | |
parent | a0b37a133663ea3ad18eb2ec50066fa33923045f (diff) |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/freehdl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/freehdl/Makefile b/cad/freehdl/Makefile index 227699c34645..8199fb0695e8 100644 --- a/cad/freehdl/Makefile +++ b/cad/freehdl/Makefile @@ -7,7 +7,7 @@ PORTNAME= freehdl PORTVERSION= 0.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= http://www.home.hs-karlsruhe.de/~fado0011/ \ http://cran.mit.edu/~enaroska/ @@ -18,7 +18,6 @@ COMMENT= A free VHDL simulator USE_GMAKE= yes USE_LDCONFIG= yes USE_PERL5= yes -USE_XLIB= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --x-libraries=${X11BASE}/lib \ --prefix=${PREFIX} \ |