diff options
Diffstat (limited to 'devel/pecl-qb/Makefile')
-rw-r--r-- | devel/pecl-qb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pecl-qb/Makefile b/devel/pecl-qb/Makefile index 0b6761a2a304..a12032c53b8d 100644 --- a/devel/pecl-qb/Makefile +++ b/devel/pecl-qb/Makefile @@ -23,7 +23,7 @@ IGNORE_WITH_PHP= 70 .include <bsd.port.pre.mk> .if ${OSVERSION} < 1000034 -LIB_DEPENDS+= libmissing.so:${PORTSDIR}/math/libmissing +LIB_DEPENDS+= libmissing.so:math/libmissing CONFIGURE_ARGS= --with-libmissing=${LOCALBASE} EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libmissing .endif |