diff options
-rw-r--r-- | textproc/libtre/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile index 5fd134713827..6e23db7d1923 100644 --- a/textproc/libtre/Makefile +++ b/textproc/libtre/Makefile @@ -15,16 +15,12 @@ DISTNAME= tre-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A lightweight fully POSIX compliant regexp matching library -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes -USE_GNOME= gnomehack -USE_REINPLACE= yes +USE_GNOME= gnomehack gnometarget pkgconfig USE_GETOPT_LONG= yes USE_LIBTOOL= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes |