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 /devel/tinyq | |
parent | 1801d62b27475a63728be523be256d5b41c18581 (diff) | |
download | ports-a01439c2ca857df62d783ca85972a47474b700d1.tar.gz ports-a01439c2ca857df62d783ca85972a47474b700d1.zip |
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
Notes
Notes:
svn path=/head/; revision=183680
Diffstat (limited to 'devel/tinyq')
-rw-r--r-- | devel/tinyq/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/tinyq/Makefile b/devel/tinyq/Makefile index e623538b59d3..13319790a4fa 100644 --- a/devel/tinyq/Makefile +++ b/devel/tinyq/Makefile @@ -23,7 +23,6 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS+=-thread -stl -prefix ${PREFIX}/tinyq CONFIGURE_ENV+= QTDIR="${WRKSRC}" MAKE_ENV+= QTDIR="${WRKSRC}" -NO_FILTER_SHLIBS=yes REINPLACE_ARGS= -i '' post-patch: |