diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-06-08 19:52:58 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-06-08 19:52:58 +0000 |
commit | a74e175192310b620d3709e574997fd045e83264 (patch) | |
tree | f081658ab4d0dbd4b01dd6bdba5dd41c3f8f7127 /cad | |
parent | 8a0edbe4ef8a4ab8fe26b2c705807dc53f8cc57f (diff) | |
download | ports-a74e175192310b620d3709e574997fd045e83264.tar.gz ports-a74e175192310b620d3709e574997fd045e83264.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gtkwave/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/gtkwave/Makefile b/cad/gtkwave/Makefile index d780839cae4d..6ab7ebf566be 100644 --- a/cad/gtkwave/Makefile +++ b/cad/gtkwave/Makefile @@ -8,7 +8,7 @@ PORTNAME= gtkwave PORTVERSION= 2.0.0.p5 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 2 CATEGORIES= cad MASTER_SITES= ftp://ftp.cs.man.ac.uk/pub/amulet/gtkwave/2.0/ @@ -22,8 +22,7 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 USE_AUTOTOOLS= libtool:22 USE_GNOME= gtk12 GNU_CONFIGURE= yes -USE_LDCONFIG= yes -LDCONFIG_DIRS= ${PREFIX}/lib/gtkwave +USE_LDCONFIG= ${PREFIX}/lib/gtkwave DOCS= doc/*.html doc/*.png doc/*.ps EXAMPLES= examples/*.gz examples/*.vcd |