summaryrefslogtreecommitdiff
path: root/cad/freehdl
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-21 23:55:13 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-21 23:55:13 +0000
commitb8135727e5667c1cf0af2467f39e896962b6e1fc (patch)
tree19e1ac2018f516017690be5624a0e40e49f97f91 /cad/freehdl
parent- Fix -curses typo concerning ctrl-d and ctrl-t handling (diff)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'cad/freehdl')
-rw-r--r--cad/freehdl/Makefile3
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} \