diff options
author | vs <vs@FreeBSD.org> | 2005-11-03 16:50:29 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-11-03 16:50:29 +0800 |
commit | 442b1172509d061624a62106da6b07ea01de9f20 (patch) | |
tree | f5f7c20110efbe9d08574799482a62a82d7d7d4c /graphics | |
parent | 0f6740869373dd63bcf2fd257a39441ce8f914b2 (diff) | |
download | freebsd-ports-gnome-442b1172509d061624a62106da6b07ea01de9f20.tar.gz freebsd-ports-gnome-442b1172509d061624a62106da6b07ea01de9f20.tar.zst freebsd-ports-gnome-442b1172509d061624a62106da6b07ea01de9f20.zip |
Do not ldconfigure port-local libs
Approved by: perky (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index ae7ffbbbb972..ddbdcc467af2 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -35,8 +35,6 @@ CONFIGURE_ARGS= --program-transform-name="s/x/x/" \ --with-iconvlibdir=${LOCALBASE}/lib \ --with-tclsh=${LOCALBASE}/tcl8.4 \ --with-wish=${LOCALBASE}/wish8.4 -INSTALLS_SHLIB= yes -LDCONFIG_DIRS= ${PREFIX}/lib/graphviz MAKE_ENV= EXPR_COMPAT=yes MISSING=${TRUE} MAN1= acyclic.1 bcomps.1 ccomps.1 dijkstra.1 dot.1 dotneato-config.1 \ |