diff options
author | kris <kris@FreeBSD.org> | 2007-01-30 12:25:35 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-01-30 12:25:35 +0800 |
commit | 7b69d793d17614fc7c023575f907ec7cc9ea6205 (patch) | |
tree | af5088e0cfd37ea500df60dd689c80139b6a2d82 /textproc/xerces-c2-devel | |
parent | 1bf0843d96d8b63a3718d8e334628e81bd557cad (diff) | |
download | freebsd-ports-gnome-7b69d793d17614fc7c023575f907ec7cc9ea6205.tar.gz freebsd-ports-gnome-7b69d793d17614fc7c023575f907ec7cc9ea6205.tar.zst freebsd-ports-gnome-7b69d793d17614fc7c023575f907ec7cc9ea6205.zip |
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
Diffstat (limited to 'textproc/xerces-c2-devel')
-rw-r--r-- | textproc/xerces-c2-devel/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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 |