diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-01-30 04:25:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-01-30 04:25:35 +0000 |
commit | a01439c2ca857df62d783ca85972a47474b700d1 (patch) | |
tree | 524caf06bace8677347d6681513a8a465202ef88 /textproc/xalan-c | |
parent | 1801d62b27475a63728be523be256d5b41c18581 (diff) | |
download | freebsd-ports-a01439c2ca857df62d783ca85972a47474b700d1.zip |
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
Diffstat (limited to 'textproc/xalan-c')
-rw-r--r-- | textproc/xalan-c/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile index 2076196298a9..fc08be4f8449 100644 --- a/textproc/xalan-c/Makefile +++ b/textproc/xalan-c/Makefile @@ -47,8 +47,6 @@ XERCESC_LIB_VER?= 27 LIB_DEPENDS+= xerces-c.${XERCESC_LIB_VER}:${PORTSDIR}/textproc/xerces-c2 XERCESCROOT?= ${LOCALBASE} -# expect this to get broken some day -NO_FILTER_SHLIBS= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/xml-xalan/c |