diff options
author | makc <makc@FreeBSD.org> | 2010-06-09 03:52:58 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-06-09 03:52:58 +0800 |
commit | 42258cbf351c87186db981295e5bf50a96f63496 (patch) | |
tree | c8d7e55978ef52f9d98195085f258e35ec608323 /cad | |
parent | b0a0847ff3c641030adb8581963d05167ede200d (diff) | |
download | freebsd-ports-gnome-42258cbf351c87186db981295e5bf50a96f63496.tar.gz freebsd-ports-gnome-42258cbf351c87186db981295e5bf50a96f63496.tar.zst freebsd-ports-gnome-42258cbf351c87186db981295e5bf50a96f63496.zip |
Convert LDCONFIG_DIRS to USE_LDCONFIG.
PR: based on ports/146365
Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua>
Approved by: maintainers timeout (two weeks)
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 |