summaryrefslogtreecommitdiff
path: root/www/gtkhtml3/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-11 05:17:29 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-11 05:17:29 +0000
commitbecba5a0d1f79c9a8a080ce69f60e69e008f2824 (patch)
tree4940f17d689a6ec24debff9a2b0ef9a109ff9d37 /www/gtkhtml3/Makefile
parentPR: 52533 (diff)
Update to 3.0.5.
Notes
Notes: svn path=/head/; revision=82742
Diffstat (limited to 'www/gtkhtml3/Makefile')
-rw-r--r--www/gtkhtml3/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile
index fc6fded78dd1..669640942ae2 100644
--- a/www/gtkhtml3/Makefile
+++ b/www/gtkhtml3/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gtkhtml3
-PORTVERSION= 3.0.4
+PORTVERSION= 3.0.5
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/3.0
@@ -28,8 +28,4 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
-
.include <bsd.port.mk>