diff options
Diffstat (limited to 'devel/oniguruma4/Makefile')
-rw-r--r-- | devel/oniguruma4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/oniguruma4/Makefile b/devel/oniguruma4/Makefile index 4135542e8cd0..5562eea4aff5 100644 --- a/devel/oniguruma4/Makefile +++ b/devel/oniguruma4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= oniguruma -PORTVERSION= 2.5.2 +PORTVERSION= 2.5.6 CATEGORIES= devel MASTER_SITES= http://www.geocities.jp/kosako3/oniguruma/archive/ DISTNAME= onigd${PORTVERSION:S/./_/g} @@ -16,6 +16,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A BSDL Regular Expressions library compatible with POSIX/GNU/Perl WRKSRC= ${WRKDIR}/${PORTNAME} + +USE_GNOME= gnometarget GNU_CONFIGURE= yes #INSTALLS_SHLIB= yes |