diff options
author | vs <vs@FreeBSD.org> | 2005-11-03 21:29:33 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-11-03 21:29:33 +0800 |
commit | 461f14815faca1e1a59c9f4541c65b8ab98bf2c0 (patch) | |
tree | 7bb3233c50dd09be39c8caa12a131f7bc98773a2 /textproc/xerces-c | |
parent | 0a8edc4d65f1bf8b661b9c38deff65788a1f6972 (diff) | |
download | freebsd-ports-gnome-461f14815faca1e1a59c9f4541c65b8ab98bf2c0.tar.gz freebsd-ports-gnome-461f14815faca1e1a59c9f4541c65b8ab98bf2c0.tar.zst freebsd-ports-gnome-461f14815faca1e1a59c9f4541c65b8ab98bf2c0.zip |
Nuke default LDCONFIG_DIRS. It should have been spelt %%PREFIX%% anyway.
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} |