diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-07-28 18:16:19 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-07-28 18:16:19 +0000 |
commit | 8058e382053c6e6a8bb7f6e379bb8909c4f538f4 (patch) | |
tree | 3cbafa59817c44ee314ab1bdeada3535df0178ed /x11-toolkits | |
parent | 769562f7921418443681a446dd9f9353147a5df7 (diff) | |
download | ports-8058e382053c6e6a8bb7f6e379bb8909c4f538f4.tar.gz ports-8058e382053c6e6a8bb7f6e379bb8909c4f538f4.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-gnome-extras/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/py-gnome-extras/files/patch-configure | 22 |
2 files changed, 19 insertions, 7 deletions
diff --git a/x11-toolkits/py-gnome-extras/Makefile b/x11-toolkits/py-gnome-extras/Makefile index efd2c0b6052c..2cfcf76a57c6 100644 --- a/x11-toolkits/py-gnome-extras/Makefile +++ b/x11-toolkits/py-gnome-extras/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnome PORTVERSION= 2.14.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits python gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-python-extras/${PORTVERSION:C/..$//} @@ -25,7 +25,7 @@ LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell \ gksuui1.0.1:${PORTSDIR}/sysutils/libgksuui \ gdl-1.0:${PORTSDIR}/x11-toolkits/gdl -USE_GECKO= firefox mozilla seamonkey +USE_GECKO= firefox seamonkey xulrunner mozilla USE_BZIP2= yes USE_GMAKE= yes USE_PYTHON= yes diff --git a/x11-toolkits/py-gnome-extras/files/patch-configure b/x11-toolkits/py-gnome-extras/files/patch-configure index 6e14c25af2b6..407ce7f1767c 100644 --- a/x11-toolkits/py-gnome-extras/files/patch-configure +++ b/x11-toolkits/py-gnome-extras/files/patch-configure @@ -1,10 +1,22 @@ ---- configure.orig Tue Jul 11 11:39:00 2006 -+++ configure Tue Jul 11 11:43:03 2006 -@@ -20762,6 +20762,7 @@ case $mozpackage in +--- configure.orig Sun Feb 25 16:31:03 2007 ++++ configure Sat Jul 21 20:04:43 2007 +@@ -1550,7 +1550,7 @@ + --with-pic try to use only PIC/non-PIC objects [default=use + both] + --with-tags[=TAGS] include additional configurations [automatic] +- --with-gtkmozembed=mozilla|firefox|xulrunner ++ --with-gtkmozembed=mozilla|firefox|xulrunner|seamonkey + package that provides libgtkmozembed + + Some influential environment variables: +@@ -22072,8 +22072,9 @@ xulrunner) mozpackage_required_version=1.8 ;; firefox) mozpackage_required_version=1.0 ;; mozilla) mozpackage_required_version=1.2b ;; -+ seamonkey) mozpackage_required_version=1.2b ;; ++ seamonkey) mozpackage_required_version=1.1.3 ;; *) { { echo "$as_me:$LINENO: error: --with-gtkmozembed argument must be either 'mozilla', 'firefox', or 'xulrunner'" >&5 - echo "$as_me: error: --with-gtkmozembed argument must be either 'mozilla', 'firefox', or 'xulrunner'" >&2;} +-echo "$as_me: error: --with-gtkmozembed argument must be either 'mozilla', 'firefox', or 'xulrunner'" >&2;} ++echo "$as_me: error: --with-gtkmozembed argument must be either 'mozilla', 'firefox', 'seamonkey' or 'xulrunner'" >&2;} { (exit 1); exit 1; }; } + esac + |