aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-03-14 19:20:45 +0800
committerpav <pav@FreeBSD.org>2004-03-14 19:20:45 +0800
commit3bc70f14dcf0c93291ce18ecf72ec90dbcb815aa (patch)
tree47c1bf8f161953e1f121cd00632c4c04e9df28c5
parented9c84d31963d21a9083c13cd12e260ee33a4c25 (diff)
downloadfreebsd-ports-gnome-3bc70f14dcf0c93291ce18ecf72ec90dbcb815aa.tar.gz
freebsd-ports-gnome-3bc70f14dcf0c93291ce18ecf72ec90dbcb815aa.tar.zst
freebsd-ports-gnome-3bc70f14dcf0c93291ce18ecf72ec90dbcb815aa.zip
- Chase recent gtkhtml3 update
Reported by: bento via kris
-rw-r--r--deskutils/logjam2/Makefile2
-rw-r--r--www/peacock/Makefile6
2 files changed, 3 insertions, 5 deletions
diff --git a/deskutils/logjam2/Makefile b/deskutils/logjam2/Makefile
index af4d88b5f0d6..611e5cb7d63f 100644
--- a/deskutils/logjam2/Makefile
+++ b/deskutils/logjam2/Makefile
@@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --without-xmms
.endif
.if defined(WITH_GTKHTML)
-LIB_DEPENDS+= gtkhtml-3:${PORTSDIR}/www/gtkhtml3
+USE_GNOME+= gtkhtml3
.else
CONFIGURE_ARGS+= --without-gtkhtml
.endif
diff --git a/www/peacock/Makefile b/www/peacock/Makefile
index a7bf0d615346..b16abce2e41b 100644
--- a/www/peacock/Makefile
+++ b/www/peacock/Makefile
@@ -7,7 +7,7 @@
PORTNAME= peacock
PORTVERSION= 1.9.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,11 +15,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= pav@FreeBSD.org
COMMENT= A GUI-based HTML Editor for GTK+/GNOME
-LIB_DEPENDS= gtkhtml-3.0.3:${PORTSDIR}/www/gtkhtml3
-
USE_GMAKE= yes
USE_X_PREFIX= yes
-USE_GNOME= gnomeprefix gnomehack libgnomeui gtksourceview
+USE_GNOME= gnomeprefix gnomehack libgnomeui gtksourceview gtkhtml3
USE_LIBTOOL_VER=13
.include <bsd.port.mk>