diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-30 19:21:00 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-30 19:21:00 +0000 |
commit | 1130b271325ec7c020083beed0a964a73360fc2b (patch) | |
tree | b3570cc96f72f85e1eed902a940e5418b19c018a /textproc/libtre | |
parent | 3552d31ed59ec052d5bc5c047b13d72a2f14e5d2 (diff) | |
download | ports-1130b271325ec7c020083beed0a964a73360fc2b.tar.gz ports-1130b271325ec7c020083beed0a964a73360fc2b.zip |
Notes
Diffstat (limited to 'textproc/libtre')
-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 |