diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-02 07:06:03 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-02 07:06:03 +0800 |
commit | b1c25bdce1802fc22b836b8366b00a98401f1e58 (patch) | |
tree | 3fc403675b4f593a18cc4d6f3aae8982f7b1ddfe /x11-toolkits/Makefile | |
parent | ec811e873572667403fbfd4af275c51f7dbe6689 (diff) | |
download | freebsd-ports-gnome-b1c25bdce1802fc22b836b8366b00a98401f1e58.tar.gz freebsd-ports-gnome-b1c25bdce1802fc22b836b8366b00a98401f1e58.tar.zst freebsd-ports-gnome-b1c25bdce1802fc22b836b8366b00a98401f1e58.zip |
New port: php-gtk
Great! I had planned to port this application.
Here are some patches to the original submitted PR. They
upgrade to v. 0.5.2, force the build of self contained
extensions, install examples (all tested and working), fix
some typos in the code, USE_GNOMENG, and add a BUILD_DEP
towards phpize.
I have also added knobs to build gdkpixbuf and gtkhtml
extensions (not scintilla). They build OK, but I have been
unable to test them => they are not installed.
PR: ports/46201
Submitted by: Th. Thomas.
Diffstat (limited to 'x11-toolkits/Makefile')
-rw-r--r-- | x11-toolkits/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 5fc0090337b3..9a7a10233b49 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -121,6 +121,7 @@ SUBDIR += panel-- SUBDIR += pango SUBDIR += paragui + SUBDIR += php-gtk SUBDIR += pike-gtk SUBDIR += plib SUBDIR += pmw |