diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-27 05:03:00 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-27 05:03:00 +0000 |
commit | f76697d3dd0414659ba23b6c3f4cd66f5b85b601 (patch) | |
tree | 5207333287b39a5c822f8d9b34b9cd24066323f5 /www/libgtkhtml/Makefile | |
parent | 55d61452a09143abacd461c448878a18eb2e95ed (diff) | |
download | FreeBSD-ports-f76697d3dd0414659ba23b6c3f4cd66f5b85b601.zip FreeBSD-ports-f76697d3dd0414659ba23b6c3f4cd66f5b85b601.tar.gz |
Don't link with libgnuregex - the benefit is unclear (if any), while it causes
certain problems on -stable when editing html text (evolution et al).
Reported by: Mark Sergeant <msergeant@looksmart.net>
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Diffstat (limited to 'www/libgtkhtml/Makefile')
-rw-r--r-- | www/libgtkhtml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile index 5c20dfa..6089b28 100644 --- a/www/libgtkhtml/Makefile +++ b/www/libgtkhtml/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtkhtml PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gtkhtml @@ -27,7 +28,7 @@ INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gconf=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lgnuregex" + LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} pre-patch: |