diff options
author | nork <nork@FreeBSD.org> | 2003-11-11 13:39:50 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-11-11 13:39:50 +0800 |
commit | c98ddd2576ce1c321ceca7baed96ffe155d24885 (patch) | |
tree | bb6b799760ab45649f06e663d5eba51714687569 /x11-toolkits/php-gtk/files | |
parent | 128884daa50e09d6521843e0fb70ca2f33857c7e (diff) | |
download | freebsd-ports-gnome-c98ddd2576ce1c321ceca7baed96ffe155d24885.tar.gz freebsd-ports-gnome-c98ddd2576ce1c321ceca7baed96ffe155d24885.tar.zst freebsd-ports-gnome-c98ddd2576ce1c321ceca7baed96ffe155d24885.zip |
Update to 1.0.0.
Fix build error caused by conflicting dependencies.
PR: ports/59074
Submitted by: Alex Kiesel <kiesel@schlund.de> (maintainer)
Diffstat (limited to 'x11-toolkits/php-gtk/files')
-rw-r--r-- | x11-toolkits/php-gtk/files/patch-ext_combobutton_combobutton.defs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/x11-toolkits/php-gtk/files/patch-ext_combobutton_combobutton.defs b/x11-toolkits/php-gtk/files/patch-ext_combobutton_combobutton.defs deleted file mode 100644 index 676496dbba92..000000000000 --- a/x11-toolkits/php-gtk/files/patch-ext_combobutton_combobutton.defs +++ /dev/null @@ -1,10 +0,0 @@ ---- ext/combobutton/combobutton.defs.orig Mon Sep 23 04:28:29 2002 -+++ ext/combobutton/combobutton.defs Tue Dec 10 22:53:10 2002 -@@ -1,6 +1,6 @@ - ;; -*- scheme -*- - ; object definitions ... --(object Combonutton -+(object ComboButton - (in-module Gtk) - (parent Button (Gtk)) - (c-name GtkCombobutton) |