diff options
Diffstat (limited to 'devel/hyperscan/Makefile')
-rw-r--r-- | devel/hyperscan/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/hyperscan/Makefile b/devel/hyperscan/Makefile index 44232add6cf8..1a1b8e4e6938 100644 --- a/devel/hyperscan/Makefile +++ b/devel/hyperscan/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ragel:devel/ragel USE_GITHUB= yes GH_ACCOUNT= 01org -USES= compiler:c++11-lib cmake:outsource python:build pkgconfig +USES= compiler:c++11-lib cmake:outsource pathfix python:build pkgconfig ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= SSSE3 is required for work @@ -52,9 +52,4 @@ PLIST_SUB+= SHARED="" \ PLIST_SUB+= SHARED="@comment " .endif -post-stage: - ${MV} ${STAGEDIR}/${PREFIX}/lib/pkgconfig/libhs.pc \ - ${STAGEDIR}/${PREFIX}/libdata/pkgconfig/ - ${RMDIR} ${STAGEDIR}/${PREFIX}/lib/pkgconfig/ - .include <bsd.port.mk> |