diff options
Diffstat (limited to 'devel/libmatheval')
-rw-r--r-- | devel/libmatheval/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libmatheval/Makefile b/devel/libmatheval/Makefile index edf3b555edaf..ac7cd1636add 100644 --- a/devel/libmatheval/Makefile +++ b/devel/libmatheval/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV+= MAKEINFO="/usr/bin/makeinfo --no-split" +CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split" USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib |