diff options
-rw-r--r-- | textproc/libtre/Makefile | 8 | ||||
-rw-r--r-- | textproc/libtre/pkg-plist | 1 |
2 files changed, 2 insertions, 7 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 diff --git a/textproc/libtre/pkg-plist b/textproc/libtre/pkg-plist index 19bc8e58514e..0ba46edff633 100644 --- a/textproc/libtre/pkg-plist +++ b/textproc/libtre/pkg-plist @@ -1,4 +1,3 @@ -bin/agrep include/tre/regex.h include/tre/tre-config.h lib/libtre.a |