diff options
author | mezz <mezz@FreeBSD.org> | 2008-11-04 13:03:45 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-11-04 13:03:45 +0800 |
commit | 29494e7e1e9af7a74656cbb25b2791628ea7dcd7 (patch) | |
tree | 47d82f084c0c500c0e7301b514a7c1ed63fc685a /graphics/gimp-app | |
parent | 287bf4c3530938ba5d89ba49880a4e491551a5c2 (diff) | |
download | freebsd-ports-gnome-29494e7e1e9af7a74656cbb25b2791628ea7dcd7.tar.gz freebsd-ports-gnome-29494e7e1e9af7a74656cbb25b2791628ea7dcd7.tar.zst freebsd-ports-gnome-29494e7e1e9af7a74656cbb25b2791628ea7dcd7.zip |
Correct the webkit in LIB_DEPENDS, webkit-1.0.1 -> WebKitGtk.1. In the
MarcusCom CVS has newer webkit that changed to webkit-1.0.1.
Submitted by: Jan Henrik Sylvester <me@janh.de>
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r-- | graphics/gimp-app/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 9eec7d162395..b5b731aeb8f9 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -115,7 +115,7 @@ PLIST_SUB+= GNOME="@comment " .endif .if defined(WITH_HELPBROWSER) -LIB_DEPENDS+= webkit-1.0.1:${PORTSDIR}/www/webkit-gtk2 +LIB_DEPENDS+= WebKitGtk.1:${PORTSDIR}/www/webkit-gtk2 CONFIGURE_ARGS+= --with-webkit PLIST_SUB+= HELPBROWSER="" .else |