diff options
author | ale <ale@FreeBSD.org> | 2004-06-25 19:21:01 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-06-25 19:21:01 +0800 |
commit | f7331728b3c33e5f613a3cf9e35b6fb97366a33d (patch) | |
tree | d7c330eb4a5a6c8de9a5779120ac8690b7e8d3d1 /lang/php5 | |
parent | ceb88dd749e4ddd998c5eb2e39588ede6f516015 (diff) | |
download | freebsd-ports-gnome-f7331728b3c33e5f613a3cf9e35b6fb97366a33d.tar.gz freebsd-ports-gnome-f7331728b3c33e5f613a3cf9e35b6fb97366a33d.tar.zst freebsd-ports-gnome-f7331728b3c33e5f613a3cf9e35b6fb97366a33d.zip |
- Point phpize to use libtoolize13
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 1 | ||||
-rw-r--r-- | lang/php5/files/patch-scripts::phpize.in | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index f717e77288ed..f88f9382ec78 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -22,6 +22,7 @@ PORTNAME= php5 PORTVERSION= 5.0.0.r3 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} MASTER_SITE_SUBDIR= distributions/:release diff --git a/lang/php5/files/patch-scripts::phpize.in b/lang/php5/files/patch-scripts::phpize.in new file mode 100644 index 000000000000..489f17a40c11 --- /dev/null +++ b/lang/php5/files/patch-scripts::phpize.in @@ -0,0 +1,11 @@ +--- scripts/phpize.in.orig Sat Jan 3 15:03:46 2004 ++++ scripts/phpize.in Fri Jun 25 12:58:49 2004 +@@ -108,7 +108,7 @@ + + phpize_libtoolize() + { +- libtoolize=`$builddir/build/shtool path glibtoolize libtoolize` ++ libtoolize=`$builddir/build/shtool path libtoolize13` + $libtoolize -f -c || exit 1 + } + |