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 | |
parent | 1801d62b27475a63728be523be256d5b41c18581 (diff) | |
download | freebsd-ports-a01439c2ca857df62d783ca85972a47474b700d1.zip |
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xalan-c/Makefile | 2 | ||||
-rw-r--r-- | textproc/xerces-c2-devel/Makefile | 2 | ||||
-rw-r--r-- | textproc/xerces-c2/Makefile | 2 | ||||
-rw-r--r-- | textproc/xerces-c27/Makefile | 2 |
4 files changed, 0 insertions, 8 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 diff --git a/textproc/xerces-c2-devel/Makefile b/textproc/xerces-c2-devel/Makefile index 0c5147ff71f4..7f0cadd82928 100644 --- a/textproc/xerces-c2-devel/Makefile +++ b/textproc/xerces-c2-devel/Makefile @@ -67,8 +67,6 @@ PLIST_SUB+= TRANSICU="@comment " .endif .endif -# expect this to get broken some day -NO_FILTER_SHLIBS= yes USE_LDCONFIG= yes XERCESWRKSRC= ${WRKSRC}/src/xercesc diff --git a/textproc/xerces-c2/Makefile b/textproc/xerces-c2/Makefile index 0c5147ff71f4..7f0cadd82928 100644 --- a/textproc/xerces-c2/Makefile +++ b/textproc/xerces-c2/Makefile @@ -67,8 +67,6 @@ PLIST_SUB+= TRANSICU="@comment " .endif .endif -# expect this to get broken some day -NO_FILTER_SHLIBS= yes USE_LDCONFIG= yes XERCESWRKSRC= ${WRKSRC}/src/xercesc diff --git a/textproc/xerces-c27/Makefile b/textproc/xerces-c27/Makefile index 0c5147ff71f4..7f0cadd82928 100644 --- a/textproc/xerces-c27/Makefile +++ b/textproc/xerces-c27/Makefile @@ -67,8 +67,6 @@ PLIST_SUB+= TRANSICU="@comment " .endif .endif -# expect this to get broken some day -NO_FILTER_SHLIBS= yes USE_LDCONFIG= yes XERCESWRKSRC= ${WRKSRC}/src/xercesc |