diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-03-19 05:14:07 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-03-19 05:14:07 +0000 |
commit | 951c257ea3655de6e80c26a36c18c69ee8047ea8 (patch) | |
tree | 249b59a23d9c6fae8db5e5639385f6273d237705 /www/peacock | |
parent | 91926e92b73e3751382216a16044c5d8b24ad126 (diff) | |
download | ports-951c257ea3655de6e80c26a36c18c69ee8047ea8.tar.gz ports-951c257ea3655de6e80c26a36c18c69ee8047ea8.zip |
Notes
Diffstat (limited to 'www/peacock')
-rw-r--r-- | www/peacock/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/peacock/Makefile b/www/peacock/Makefile index 09918aea73aa..ebc4bf3bf1ac 100644 --- a/www/peacock/Makefile +++ b/www/peacock/Makefile @@ -7,7 +7,7 @@ PORTNAME= peacock PORTVERSION= 1.9.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,4 +20,8 @@ USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack libgnomeui gtksourceview gtkhtml3 GNU_CONFIGURE= yes +post-patch: + @${REINPLACE_CMD} -e 's|libgtkhtml-3.8|libgtkhtml-3.14|g' \ + ${WRKSRC}/configure + .include <bsd.port.mk> |