diff options
author | will <will@FreeBSD.org> | 2003-03-06 04:02:57 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2003-03-06 04:02:57 +0000 |
commit | 3c13873437abed507165a2de560b652501be329a (patch) | |
tree | 12680ce98a64cc8a521be31a1f97ffcb4ae4aa46 | |
parent | 77910418369a825a963f18b2e13d1328fea7f630 (diff) | |
download | FreeBSD-ports-3c13873437abed507165a2de560b652501be329a.zip FreeBSD-ports-3c13873437abed507165a2de560b652501be329a.tar.gz |
Fix package build by not filtering shlib names.
-rw-r--r-- | devel/tinyq/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/tinyq/Makefile b/devel/tinyq/Makefile index 2e38942..8f15161 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> |