diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-02-15 14:11:59 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-02-15 14:11:59 +0000 |
commit | 69a6fafc9e520f346c4d8d9633a0be95a76641df (patch) | |
tree | 7071b999e5734ee4fd03905f6b8de1ef27abcb5a /devel/pcre | |
parent | c593d8f79be66debbf5852564e2c2944f246ef52 (diff) | |
download | ports-69a6fafc9e520f346c4d8d9633a0be95a76641df.tar.gz ports-69a6fafc9e520f346c4d8d9633a0be95a76641df.zip |
Notes
Diffstat (limited to 'devel/pcre')
-rw-r--r-- | devel/pcre/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index 1ba4a4151740..3edb4b1d4107 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -25,6 +25,7 @@ OPTIONS= JIT "Enable Just-In-Time compiling support" on \ USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes +USE_GNOME= gnomehack CONFIGURE_ARGS= --enable-utf8 --enable-unicode-properties .include <bsd.port.options.mk> @@ -32,7 +33,8 @@ CONFIGURE_ARGS= --enable-utf8 --enable-unicode-properties .if defined(WITH_LIBEDIT) EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libedit CONFIGURE_ARGS+= --enable-pcretest-libedit -USE_AUTOTOOLS+= autoconf +GNOME_MAKEFILEIN+= Makefile.am +USE_AUTOTOOLS+= autoconf autoheader automake libtool libtoolize .endif .if !defined(WITHOUT_JIT) && ${ARCH} != "sparc64" |