diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-11-03 13:29:33 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-11-03 13:29:33 +0000 |
commit | 0f9d397d410dd82aac5121de826256dd93bbfcbe (patch) | |
tree | c1fd84523525fc7d27d97be6e662115feb4120d2 /textproc/xerces-c | |
parent | b2fefb16d13ab1de001621d6d6181f5c32a91aca (diff) |
Nuke default LDCONFIG_DIRS. It should have been spelt %%PREFIX%% anyway.
Notes
Notes:
svn path=/head/; revision=147123
Diffstat (limited to 'textproc/xerces-c')
-rw-r--r-- | textproc/xerces-c/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/xerces-c/Makefile b/textproc/xerces-c/Makefile index 393244fdd0de..baae4e59add7 100644 --- a/textproc/xerces-c/Makefile +++ b/textproc/xerces-c/Makefile @@ -18,7 +18,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Xerces-C++ is a validating XML parser written in a subset of C++ INSTALLS_SHLIB= yes -LDCONFIG_DIRS= ${PREFIX}/lib XERCESWRKSRC= ${WRKSRC}/src/xercesc CONFIGURE_WRKSRC= ${XERCESWRKSRC} |