summaryrefslogtreecommitdiff
path: root/devel/tinyq
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2003-03-06 04:02:57 +0000
committerWill Andrews <will@FreeBSD.org>2003-03-06 04:02:57 +0000
commit792a25eb92db8b16a09d464dfe12bd0b6fd57382 (patch)
tree8da5213162b19c514edda71865f5e5922180be0f /devel/tinyq
parentruby-testunit folded into ruby16-shim-ruby18 (diff)
Fix package build by not filtering shlib names.
Notes
Notes: svn path=/head/; revision=77013
Diffstat (limited to 'devel/tinyq')
-rw-r--r--devel/tinyq/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/tinyq/Makefile b/devel/tinyq/Makefile
index 2e3894236ac0..8f15161f390b 100644
--- a/devel/tinyq/Makefile
+++ b/devel/tinyq/Makefile
@@ -23,6 +23,7 @@ CONFIGURE_ARGS+=-thread -stl
CONFIGURE_ENV+= QTDIR="${WRKSRC}"
MAKE_ENV+= QTDIR="${WRKSRC}"
INSTALLDIR= ${PREFIX}/tinyq
+NO_FILTER_SHLIBS=yes
.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>