Skip to content

Commit

Permalink
devel/pcre: resort Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
krionbsd committed Jun 29, 2021
1 parent 620f404 commit b7d7e27
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions devel/pcre/Makefile
Expand Up @@ -12,17 +12,20 @@ COMMENT= Perl Compatible Regular Expressions library
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENCE

USES= ${USES_${ARCH}} cpe libtool pathfix tar:bzip2
USES= ${USES_${ARCH}} cpe libtool pathfix tar:bzip2
USES_powerpc= compiler:c++11-lang
USES_powerpc64= compiler:c++11-lang
USES_powerpc64le= compiler:c++11-lang
USES_powerpcspe= compiler:c++11-lang
USES_sparc64= compiler:c++11-lang
USE_LDCONFIG= yes
USE_LDCONFIG= yes

GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-utf --enable-unicode-properties \
--enable-pcre8 --enable-pcre16 --enable-pcre32
CONFIGURE_ARGS= --enable-pcre16 \
--enable-pcre32 \
--enable-pcre8 \
--enable-unicode-properties \
--enable-utf

INSTALL_TARGET= install-strip
TEST_TARGET= check
Expand Down

0 comments on commit b7d7e27

Please sign in to comment.