summaryrefslogtreecommitdiff
path: root/textproc/libtre/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/libtre/Makefile')
-rw-r--r--textproc/libtre/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile
index 5381f13fb0b2..14a3d82cebf2 100644
--- a/textproc/libtre/Makefile
+++ b/textproc/libtre/Makefile
@@ -8,6 +8,7 @@
PORTNAME= libtre
PORTVERSION= 0.7.5
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://laurikari.net/tre/ \
${MASTER_SITE_LOCAL}
@@ -17,21 +18,16 @@ DISTNAME= tre-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A lightweight fully POSIX compliant regexp matching library
-CONFLICTS= glimpse-4* # agrep(1)
-
USE_BZIP2= yes
USE_GNOME= gnomehack gnometarget pkgconfig
USE_AUTOTOOLS= libtool:15
-CONFIGURE_ARGS+= --enable-static
+CONFIGURE_ARGS+= --enable-static --disable-agrep
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-MAN1= agrep.1
-MANCOMPRESSED= no
-
OPTIONS= NLS "native language support" off \
OPTIMIZED_CFLAGS "append optimization flags to CFLAGS" off