summaryrefslogtreecommitdiffstats
path: root/lang/php53
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2005-06-16 06:04:46 +0000
committerale <ale@FreeBSD.org>2005-06-16 06:04:46 +0000
commit8d34ac9586665a7d5d856cc4a7826b0f3f9d2be6 (patch)
treeea63ea5091703e84a1fb5c88f592d5583cd72143 /lang/php53
parentdfb4c179bad9caa218006ba68405b9a95698dd0a (diff)
downloadFreeBSD-ports-8d34ac9586665a7d5d856cc4a7826b0f3f9d2be6.zip
FreeBSD-ports-8d34ac9586665a7d5d856cc4a7826b0f3f9d2be6.tar.gz
Move oracle library creation to pre-configure instead of post-patch,
since oracle is only a build dependency. Spotted by: pointyhat via kris
Diffstat (limited to 'lang/php53')
-rw-r--r--lang/php53/Makefile.ext2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext
index fb580dc..36b3d60 100644
--- a/lang/php53/Makefile.ext
+++ b/lang/php53/Makefile.ext
@@ -462,7 +462,7 @@ post-extract:
.endif
.if ${PHP_MODNAME} == "oracle"
-post-patch:
+pre-configure:
@cd ${WRKSRC}; \
for lib in c3v6 client common core3 epc generic ncr nlsrtl3 sqlnet wrap; do \
/usr/bin/ar x ${LOCALBASE}/oracle7/lib/lib$${lib}.a; \
OpenPOWER on IntegriCloud