diff options
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index fb580dc518e8..36b3d601884a 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/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; \ |