diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/marisa-trie/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/marisa-trie/Makefile b/devel/marisa-trie/Makefile index e903a88223bf..d183ece66832 100644 --- a/devel/marisa-trie/Makefile +++ b/devel/marisa-trie/Makefile @@ -3,6 +3,7 @@ PORTNAME= marisa-tire PORTVERSION= 0.24 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GH @@ -27,6 +28,7 @@ CONFIGURE_ARGS= --with-pkg-config-dir=${PREFIX}/libdata/pkgconfig INSTALL_TARGET= install-strip OPTIONS_DEFINE= SSE2 SSE3 SSSE3 SSE4 SSE41 SSE42 SSE4A POPCNT +OPTIONS_DEFAULT=${MACHINE_CPU:tu} SSE2_DESC= Support for SSE2 SSE2_CONFIGURE_ENABLE= sse2 |