diff options
author | krion <krion@FreeBSD.org> | 2003-07-31 03:21:00 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-07-31 03:21:00 +0800 |
commit | 635454fc9472f46cecab24094801936929909267 (patch) | |
tree | 8211219035e5fdc767a849e7431bc64fd6852329 | |
parent | 2916c7ffcde81b727143862ab38d99ace35ec664 (diff) | |
download | freebsd-ports-gnome-635454fc9472f46cecab24094801936929909267.tar.gz freebsd-ports-gnome-635454fc9472f46cecab24094801936929909267.tar.zst freebsd-ports-gnome-635454fc9472f46cecab24094801936929909267.zip |
* Rearrange USE_GNOME
PR: 55065
Submitted by: Ports Fury
Approved by: fjoe (mentor) (implicit)
-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 |