diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-09-19 20:44:51 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-09-19 20:44:51 +0800 |
commit | ff85d5e2a3bf18213b74759d1c8c49525f4f892e (patch) | |
tree | 7f57f622938b0296aea309c1aeabcebc970ce318 /www/py-webkitgtk/Makefile | |
parent | 5f1a5e92e5febfe34bea4ebd2ea781354c5a1e8a (diff) | |
download | marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar.gz marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar.bz2 marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar.lz marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar.xz marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.tar.zst marcuscom-ports-ff85d5e2a3bf18213b74759d1c8c49525f4f892e.zip |
Remove webkit-gtk2. Use the version in FreeBSD ports instead of 1.3.3.
When I did this port it looked like this would be the new stable version.
That is until GNOME 3 got delayed.
If your webkit-gtk2 port is 1.3.3 you will need to run
"portmaster -r webkit-gtk-1" after updating.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14597 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/py-webkitgtk/Makefile')
-rw-r--r-- | www/py-webkitgtk/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/www/py-webkitgtk/Makefile b/www/py-webkitgtk/Makefile deleted file mode 100644 index e3a888305..000000000 --- a/www/py-webkitgtk/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: py-webkitgtk -# Date created: 07 Mar 2010 -# Whom: Ju Pengfei <jupengfei@gmail.com> -# -# $FreeBSD: ports/www/py-webkitgtk/Makefile,v 1.1 2010/04/26 08:31:41 wen Exp $ -# - -PORTNAME= webkitgtk -PORTVERSION= 1.1.7 -PORTREVISION= 1 -CATEGORIES= www python -MASTER_SITES= GOOGLE_CODE -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} - -MAINTAINER= jupengfei@gmail.com -COMMENT= Python bindings for the WebKit GTK+ port - -LIB_DEPENDS= webkitgtk:${PORTSDIR}/www/webkit-gtk2 - -PROJECTHOST= pywebkitgtk - -GNU_CONFIGURE= yes -USE_GNOME= glib20 libxslt pkgconfig pygtk2 -USE_GMAKE= yes -USE_PYTHON= yes - -.include <bsd.port.mk> |