diff options
author | cy <cy@FreeBSD.org> | 2008-05-23 03:46:10 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2008-05-23 03:46:10 +0800 |
commit | 02b7b61d0e71e211ed90823b20a6210dba47b5b5 (patch) | |
tree | 2ae66e12f4723ade1c4cb026dd7c412c2b0f5422 | |
parent | 6357416c423a93ffc7753111d09f1e106a1b0da3 (diff) | |
download | freebsd-ports-gnome-02b7b61d0e71e211ed90823b20a6210dba47b5b5.tar.gz freebsd-ports-gnome-02b7b61d0e71e211ed90823b20a6210dba47b5b5.tar.zst freebsd-ports-gnome-02b7b61d0e71e211ed90823b20a6210dba47b5b5.zip |
Remove the agrep conflict.
-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 |